From 8c1f918d2e6ecd7c7602ae1f2a1df4b2fb724c28 Mon Sep 17 00:00:00 2001 From: Mr Brian Sullivan Date: Wed, 27 May 2015 00:32:34 +1000 Subject: [PATCH] Clarifying that the newly added gitlabActionType environment variable is optional and the possible values that would be provided by this plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f5e23..e6e834c 100644 --- a/README.md +++ b/README.md @@ -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