jenkinsci / gitlab-plugin

A Jenkins plugin for interfacing with GitLab
https://plugins.jenkins.io/gitlab-plugin/
GNU General Public License v2.0
1.44k stars 613 forks source link

Add git merge request variables to parameter of jenkins build (not only to environment) #1631

Open cinessa opened 7 months ago

cinessa commented 7 months ago

What feature do you want to see added?

We integrated merge request in gitlab with jenkins. All variables gitlab* moving to build to the list of environment, but not to the parameters. That mean that when we have a list of pending requests in jenkins we can't understand which of them connected to which merge request. We had such solution when we worked with github. Variables were added to environment list and to parameters and we was able to read them before build started to run.....

Upstream changes

No response

Are you interested in contributing this feature?

No response