-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Critical
-
Component/s: gitlab-plugin
-
None
Its not possible to accessĀ gitlab variables:
Example:
- gitlabBranch
- ...
- gitlabMergeRequestId
- ...
Multibranch Pipelines expose additional information about the branch being built through theĀ envĀ global variable, such as:
With the "GitHub" or "Bitbucket" Branch Sources, Multibranch Pipelines can be used for validating pull/change requests.Ā
CHANGE_ID - An identifier corresponding to some kind of change request, such as a pull request number
Please add the same functionality to Gitlab plugin.
Ā