summaryrefslogtreecommitdiffstats
path: root/jjb/global
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2018-03-07 10:40:09 +0800
committerJulien <zhang.jun3g@zte.com.cn>2018-03-07 10:40:09 +0800
commit453b1f68cb2d6ebca8caf3aa62615659aefd1155 (patch)
treeb128d693cbb9cfdb5254b940179b1dd04f3eb080 /jjb/global
parentd2b0a9884dcc44e21d62ddf72367e1ea83aa1a6b (diff)
Update include-raw tag
replace `include-raw-escape` with `include-raw` for no jjb macros in the bash file. Change-Id: I6125779f23a5aafd7fed0f5017c4280394624bcd Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'jjb/global')
-rw-r--r--jjb/global/releng-macros.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml
index 91f2848e1..e172d856b 100644
--- a/jjb/global/releng-macros.yml
+++ b/jjb/global/releng-macros.yml
@@ -967,7 +967,7 @@
echo "export PROVISION_RESULT=PASS" >> $WORKSPACE/installer_track.sh
echo "export INSTALLER={installer}" >> $WORKSPACE/installer_track.sh
- shell:
- !include-raw-escape: installer-report.sh
+ !include-raw: installer-report.sh
- postbuildscript:
script-only-if-succeeded: false
script-only-if-failed: true
@@ -976,4 +976,4 @@
echo "export PROVISION_RESULT=FAIL" >> $WORKSPACE/installer_track.sh
echo "export INSTALLER={installer}" >> $WORKSPACE/installer_track.sh
- shell:
- !include-raw-escape: installer-report.sh
+ !include-raw: installer-report.sh