From: C.J. Collier Date: Mon, 16 May 2016 19:46:06 +0000 (-0700) Subject: Correct deprecated include syntax X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F1155%2F1;p=ci-management.git Correct deprecated include syntax * perl -i -pe 's/include-raw-escape /include-raw-escape: /' vpp.yaml Change-Id: I62d6813e71b6f915524c395b3adc328698f755ce Signed-off-by: C.J. Collier --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index a5cfcd354..7e91ffb58 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -88,7 +88,7 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-build.sh - job-template: name: 'vpp-verify-image-{stream}-{os}' @@ -142,7 +142,7 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-build.sh - job-template: name: 'vpp-merge-{stream}-{os}' @@ -186,7 +186,7 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-build.sh - maven-target: maven-version: '{mvn33}' goals: '--version' @@ -196,7 +196,7 @@ settings-file: '{vpp-settings}' global-settings-file: '{global-settings}' - shell: - !include-raw-escape include-raw-vpp-maven-push.sh + !include-raw-escape: include-raw-vpp-maven-push.sh - job-template: name: 'vpp-csit-verify-virl-{stream}' @@ -237,9 +237,9 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-build.sh - shell: - !include-raw-escape include-raw-vpp-csit-functional.sh + !include-raw-escape: include-raw-vpp-csit-functional.sh publishers: - archive-artifacts: @@ -291,9 +291,9 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-build.sh - shell: - !include-raw-escape include-raw-vpp-csit-verify-perf.sh + !include-raw-escape: include-raw-vpp-csit-verify-perf.sh publishers: - archive-artifacts: