From be559eba3d91bcf9e0eebe1199843cb918fa1b49 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Tue, 6 Feb 2018 11:11:18 -0500 Subject: [PATCH] Repair shell-include directive 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) --- jjb/lf-maven-jobs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/lf-maven-jobs.yaml b/jjb/lf-maven-jobs.yaml index f127e91c..cd3172b1 100644 --- a/jjb/lf-maven-jobs.yaml +++ b/jjb/lf-maven-jobs.yaml @@ -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 -- 2.16.6