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

Enable multiple GitLab configurations #8

Open
celcius112 opened this issue Oct 24, 2018 · 0 comments
Open

Enable multiple GitLab configurations #8

celcius112 opened this issue Oct 24, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@celcius112
Copy link
Collaborator

Right now we can only configure one GitLab URL with its related information:

gitlab {
  url = ${?GITLAB_URL}
  user = ${?GITLAB_USER}
  token = ${?GITLAB_TOKEN}
  group-ids = ${?GITLAB_GROUP_IDS}
  ignored-repositories = []
}

We need to find a way to have multiple GitLab servers

@fpavageau fpavageau added the enhancement New feature or request label Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants