Repair shell-include directive 85/8685/2
authorChristopher Lott (cl778h) <clott@research.att.com>
Tue, 6 Feb 2018 16:11:18 +0000 (11:11 -0500)
committerChristopher Lott (cl778h) <clott@research.att.com>
Tue, 6 Feb 2018 16:13:14 +0000 (11:13 -0500)
Change stage macro to use include-raw instead of include-raw-escape to
work around a JJB bug that inserts lftools_activate with double braces.

Change-Id: Iec5e0b12a287f1945eedc895a25dd16e74b47082
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
jjb/lf-maven-jobs.yaml

index f127e91..cd3172b 100644 (file)
@@ -71,7 +71,8 @@
 - builder:
     name: lf-maven-stage
     builders:
-      - shell: !include-raw-escape:
+      # include-raw-escape fails due to JJB bug
+      - shell: !include-raw:
           - ../shell/common-variables.sh
           - ../shell/maven-stage.sh