Add example of environment variable to readme (#1376)
This commit is contained in:
parent
0c73f4b349
commit
f3eded0885
|
|
@ -29,6 +29,13 @@ Below configuration file includes root entries for various components of your pr
|
||||||
```yaml
|
```yaml
|
||||||
jenkins:
|
jenkins:
|
||||||
systemMessage: "Jenkins configured automatically by Jenkins Configuration as Code plugin\n\n"
|
systemMessage: "Jenkins configured automatically by Jenkins Configuration as Code plugin\n\n"
|
||||||
|
globalNodeProperties:
|
||||||
|
- envVars:
|
||||||
|
env:
|
||||||
|
- key: VARIABLE1
|
||||||
|
value: foo
|
||||||
|
- key: VARIABLE2
|
||||||
|
value: bar
|
||||||
securityRealm:
|
securityRealm:
|
||||||
ldap:
|
ldap:
|
||||||
configurations:
|
configurations:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue