Reputation: 1863
How do you manage group environment variables in gitlab ci? It looks like through the front end you may only add variables at project scope.
Upvotes: 15
Views: 24155
Reputation: 6659
If you have GitLab 9.4+, you can set up group-level environment variables like this:
Settings > CI/CD > Variables
.Settings
or CI/CD
menu options, you may not have sufficient permissions.Side note: Environment-specific group variables are now available in GitLab Premium. See this issue thread.
Upvotes: 17