From f3eded08854cabeaff0f65730f7e64d48841d85c Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 12 May 2020 15:13:26 -0400 Subject: [PATCH] Add example of environment variable to readme (#1376) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 38e1ae71..074b6e20 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ Below configuration file includes root entries for various components of your pr ```yaml jenkins: systemMessage: "Jenkins configured automatically by Jenkins Configuration as Code plugin\n\n" + globalNodeProperties: + - envVars: + env: + - key: VARIABLE1 + value: foo + - key: VARIABLE2 + value: bar securityRealm: ldap: configurations: