From b977a0d962c5a282d5c8203c0e5cb5eb3c6d318a Mon Sep 17 00:00:00 2001 From: "C.J. Collier" Date: Mon, 27 Jun 2016 16:46:23 -0700 Subject: [PATCH] Add : to end of include-raw-escape commands Missing it is deprecated syntax Change-Id: Ib8a03206154e28c2a11abeea4df3b0cd1d7aac3b Signed-off-by: C.J. Collier --- jjb/csit/csit-vpp-pylint.yaml | 2 +- jjb/csit/csit.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jjb/csit/csit-vpp-pylint.yaml b/jjb/csit/csit-vpp-pylint.yaml index dda7176ea..cfe45639d 100644 --- a/jjb/csit/csit-vpp-pylint.yaml +++ b/jjb/csit/csit-vpp-pylint.yaml @@ -47,7 +47,7 @@ # allocated IP addresses and injecting as vars into the env. (see Opendaylight script: include-raw-integration-get-slave-addresses.sh # See jjb/integration from ODL - shell: - !include-raw-escape include-raw-csit-pylint.sh + !include-raw-escape: include-raw-csit-pylint.sh publishers: - archive-artifacts: diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 385668dcf..af031d54f 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -60,7 +60,7 @@ builders: - shell: - !include-raw-escape include-raw-csit-vpp-functional-virl.sh + !include-raw-escape: include-raw-csit-vpp-functional-virl.sh publishers: - archive-artifacts: @@ -110,7 +110,7 @@ builders: - shell: - !include-raw-escape jjb/csit/include-raw-csit-vpp-perf-hw.sh + !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-hw.sh publishers: - archive-artifacts: @@ -294,7 +294,7 @@ builders: - shell: - !include-raw-escape jjb/csit/include-raw-csit-vpp-verify-weekly.sh + !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-weekly.sh - shell: 'echo "DATE=`date +%Y-%m-%d`" > $WORKSPACE/variables.prop' - inject: properties-file: variables.prop @@ -352,7 +352,7 @@ - inject: properties-file: variables.prop - shell: - !include-raw-escape jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh + !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh publishers: - archive-artifacts: -- 2.16.6