Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to config remote sources ? #260

Open
chuoke opened this issue Mar 18, 2021 · 1 comment
Open

How to config remote sources ? #260

chuoke opened this issue Mar 18, 2021 · 1 comment

Comments

@chuoke
Copy link

chuoke commented Mar 18, 2021

I don't find remote sources config. Please give some examples? Not the docker run example.

@alessandro-sorint
Copy link
Contributor

alessandro-sorint commented Nov 11, 2021

Hi @chuoke for create a remotesource in an Agola running service you must run this command line:
agola --token {agola_admin_token}--gateway-url {agola_gateway_url} remotesource create --type {remotesource_type} --api-url {remotesource_api_url} --auth-type {remotesource_auth_type} --clientid {remotesource_oauth2_clientid} --secret {remotesource_oauth2_secret} --skip-ssh-host-key-check --name {remotesource_name}

For see the help you can use the command: agola remotesource create --help

Here the documentation: https://agola.io/doc/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants