Clarifying that the newly added gitlabActionType environment variable is optional and the possible values that would be provided by this plugin

This commit is contained in:
Mr Brian Sullivan 2015-05-27 00:32:34 +10:00
parent 285f9cc982
commit 8c1f918d2e
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ These include:
* gitlabSourceRepoURL
* gitlabSourceRepoName
* gitlabBranch (This is optional and can be used in shell scripts for the branch being built by the push request)
* gitlabActionType (This can be either PUSH or MERGE)
* 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)
Help Needed