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.
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.
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.