Add global environment variables to sample

I wanted to configure  but following the "SetEnvironmentVariable.yml" file in the demo folder does not work for Global Properties. So maybe completing this more complete demo sample with some global env var can be useful (it would have been for me because it would have prevent me to search into the issues if environment vars can be set :-)
This commit is contained in:
Guillaume Dupin 2018-07-09 18:13:17 +02:00 committed by Nicolas De loof
parent 6645c08fd1
commit db29b99c62
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ jenkins:
numExecutors: 5
scmCheckoutRetryCount: 2
mode: NORMAL
globalNodeProperties:
- envVars:
env:
- key: FOO
value: BAR
clouds:
- docker: