Skip to content

Commit b302679

Browse files
authored
Merge pull request #887 from Skysper/master
fix the spelling error 'belolow' to 'below'
2 parents 71b282b + c5243b5 commit b302679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ There are two aspects of your Jenkins job that you may want to modify when using
156156

157157
Any GitLab parameters you create will always take precedence over the values that are sent by the webhook, unless you use the [EnvInject plugin](https://plugins.jenkins.io/envinject) to map the webhook values onto the job parameters. This is due to changes that were made to address [security vulnerabilities,](https://jenkins.io/security/advisory/2016-05-11/) with changes that landed in Jenkins 2.3.
158158

159-
In your job configuration, click 'This build is parameterized' and add any parameters you want to use. See the [defined variables](#defined-variables) list for options - your parameter names must match these .e.g `sourceBranch` and `targetBranch` in the example Groovy Script belolow. Then, having installed EnvInject, click 'Prepare an environment for the run' and check:
159+
In your job configuration, click 'This build is parameterized' and add any parameters you want to use. See the [defined variables](#defined-variables) list for options - your parameter names must match these .e.g `sourceBranch` and `targetBranch` in the example Groovy Script below. Then, having installed EnvInject, click 'Prepare an environment for the run' and check:
160160
* Keep Jenkins Environment Variables
161161
* Keep Jenkins Build Variables
162162
* Override Build Parameters

0 commit comments

Comments
 (0)