-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Unable to set user environment variables for GitLab repos with nested groups #2702
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
Labels
git provider: gitlab
meta: never-stale
This issue can never become stale
team: webapp
Issue belongs to the WebApp team
type: bug
Something isn't working
Comments
according to docs it should work without issues, but may be implementation should be adjusted to Gitlab use case |
Related: #1358 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
it's still relevant |
Any update on this? I'm having this same problem. |
This was referenced Feb 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
git provider: gitlab
meta: never-stale
This issue can never become stale
team: webapp
Issue belongs to the WebApp team
type: bug
Something isn't working
Describe the bug
I can't set environment variable for nested groups, for instance,
nifty-panini/backend/gitpod-example
.Gitlab allows to create nested groups and place repo at under needed group, it's very often use case.
So I wanna have ability set variables like
NPM_TOKEN
under root group to use this variable on all repos under group without need to set variable to each repo.Currently I can't set variable due to some bug or it's not implemented.
Steps to reproduce
BARFOO
with valuefoobat
andOrganization/Repository
with valuenifty-panini/*
https://gitpod.io/#/https://gitlab.com/nifty-panini/backend/gitpod-example/-/tree/master/
$BARFOO
to verify that environment variable is present.I've tested it on Code / Theia editor, it doesn't work on both.
Expected behavior
I wanna set env variable for nested group on Gitlab and use this variable on each repo that belongs to the group.
Additional information
Workspace about info:
Version: 1.49.0 Commit: 20ded0d97c41cb686098d14b9e1f0533177300d1 Date: 2020-12-17T09:27:27.064Z Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 OPR/73.0.3856.284 Workspace ID: c81ce827-d4bb-4c8f-b989-6fb869640014
Example repository
https://gitlab.com/nifty-panini/backend/gitpod-example/-/tree/master/
The text was updated successfully, but these errors were encountered: