From 2ef6606863357187370d1aaed2b5bb729a49bfeb Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 17 Aug 2018 22:23:40 -0400 Subject: [PATCH 1/1] Use include-raw instead of escape for sigul macros These macros are not using any substitutions so are hitting the bug that inserts curly braces. Change-Id: I7af376c3c4ce1e2cd41ca4842e5042728cdafb69 Signed-off-by: Thanh Ha --- jjb/lf-macros.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index 3f14dd73..6f77339f 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -181,7 +181,7 @@ variable: SIGUL_PASSWORD - file-id: sigul-pki variable: SIGUL_PKI - - shell: !include-raw-escape: ../shell/sigul-configuration.sh + - shell: !include-raw: ../shell/sigul-configuration.sh - builder: name: lf-pip-install @@ -211,7 +211,7 @@ name: lf-provide-sigul-configuration-cleanup # Clear sigul configuration files after we're done using them builders: - - shell: !include-raw-escape: ../shell/sigul-configuration-cleanup.sh + - shell: !include-raw: ../shell/sigul-configuration-cleanup.sh - builder: name: lf-rtd-trigger-build @@ -236,7 +236,7 @@ # Requires that Jenkins be configured with SIGUL_BRIDGE_IP as a global # Environment variable builders: - - shell: !include-raw-escape: ../shell/sigul-install.sh + - shell: !include-raw: ../shell/sigul-install.sh - builder: name: lf-infra-provide-docker-cleanup -- 2.16.6