From: Thanh Ha Date: Sat, 18 Aug 2018 02:23:40 +0000 (-0400) Subject: Use include-raw instead of escape for sigul macros X-Git-Tag: v0.24.0~15 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F12313%2F1;p=releng%2Fglobal-jjb.git 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 --- 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