Update list of variables available in builds
This commit is contained in:
parent
fcde6857ea
commit
3965079e7a
27
README.md
27
README.md
|
@ -164,20 +164,29 @@ In order to build when a new tag is pushed:
|
||||||
|
|
||||||
# Parameterized builds
|
# Parameterized builds
|
||||||
|
|
||||||
You can trigger a job a manually by clicking ``This build is parameterized`` and adding the relevant build parameters.
|
You can trigger a job a manually by clicking ``This build is parameterized`` and adding the any of the relevant build parameters.
|
||||||
These include:
|
These include:
|
||||||
|
|
||||||
|
* gitlabBranch
|
||||||
* gitlabSourceBranch
|
* gitlabSourceBranch
|
||||||
* gitlabTargetBranch
|
* gitlabActionType
|
||||||
* gitlabSourceRepoURL
|
|
||||||
* gitlabSourceRepoName
|
|
||||||
* gitlabBranch (This is optional and can be used in shell scripts for the branch being built by the push request)
|
|
||||||
* gitlabActionType (This is optional and can be used in shell scripts or other plugins to change the build behaviour. Possible values are PUSH or MERGE)
|
|
||||||
* gitlabMergeRequestTitle
|
|
||||||
* gitlabMergeRequestId
|
|
||||||
* gitlabMergeRequestAssignee
|
|
||||||
* gitlabUserName
|
* gitlabUserName
|
||||||
* gitlabUserEmail
|
* gitlabUserEmail
|
||||||
|
* gitlabSourceRepoHomepage
|
||||||
|
* gitlabSourceRepoName
|
||||||
|
* gitlabSourceNamespace
|
||||||
|
* gitlabSourceRepoURL
|
||||||
|
* gitlabSourceRepoSshUrl
|
||||||
|
* gitlabSourceRepoHttpUrl
|
||||||
|
* gitlabMergeRequestTitle
|
||||||
|
* gitlabMergeRequestDescription
|
||||||
|
* gitlabMergeRequestId
|
||||||
|
* gitlabMergeRequestIid
|
||||||
|
* gitlabTargetBranch
|
||||||
|
* gitlabTargetRepoName
|
||||||
|
* gitlabTargetNamespace
|
||||||
|
* gitlabTargetRepoSshUrl
|
||||||
|
* gitlabTargetRepoHttpUrl
|
||||||
|
|
||||||
# Contributing to the Plugin
|
# Contributing to the Plugin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue