You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use gitlab integrations with jenkins
So when job runs, heavily using the environment variables sent by gitlab to jenkins job such as:
gitlabSourceRepoName
gitlabBranch
Is it possible to set those variables synthetically (like int the "parameters" of job config)?
Thank you,
Roman
The text was updated successfully, but these errors were encountered:
Hi @Roman-Bober - I think I have something that will work, and should make the next release.
It requires a user to have the envinject plugin installed. If detected, the plugin will leverage that to override environment variables before running the job.
Hi,
I use gitlab integrations with jenkins
So when job runs, heavily using the environment variables sent by gitlab to jenkins job such as:
gitlabSourceRepoName
gitlabBranch
Is it possible to set those variables synthetically (like int the "parameters" of job config)?
Thank you,
Roman
The text was updated successfully, but these errors were encountered: