-
-
Notifications
You must be signed in to change notification settings - Fork 811
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 do I add projects with the same name for the GitLab module? #566
Comments
Yeah, this is definitely problematic. I think a better approach would be to have:
|
I managed to find a workaround, as I can do: projects:
"customer-1/shopping-site/api": "our-company"
"customer-2/phone-app/api": "our-company" But it feels a bit messy! |
I think fully qualified namespace actually makes sense, rather than trying to figure out the right thing.
|
Yep, I have a PR in the works that will do exactly this ^ for the GitLab module. Should be merged into |
@AndrewCarterUK if you want to give this branch a try, it should solve your issue. You should now be able to configure GitLab projects as a list as @Seanstoppable describes above. |
This has been merged into |
How can we help?
The documentation uses a key value pair, where the key is the name of the repository and the value is the namespace.
We have a few projects that use
api
as a slug for the name, and are differentiated by their namespace.For example:
gitlab.com/our-company/customer-1/shopping-site/api
gitlab.com/our-company/customer-2/phone-app/api
With the GitLab module, these both have a key of
API
so can't be represented in YAML (I think?).The text was updated successfully, but these errors were encountered: