Update include-raw tag 97/53197/1
authorJulien <zhang.jun3g@zte.com.cn>
Wed, 7 Mar 2018 02:40:09 +0000 (10:40 +0800)
committerJulien <zhang.jun3g@zte.com.cn>
Wed, 7 Mar 2018 02:40:09 +0000 (10:40 +0800)
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>
jjb/global/releng-macros.yml

index 91f2848..e172d85 100644 (file)
                 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
                 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