From 868bd1ef4f845333dcb107078474b2d33a9be613 Mon Sep 17 00:00:00 2001 From: "C.J. Collier" Date: Mon, 16 May 2016 12:46:06 -0700 Subject: [PATCH] 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 --- jjb/vpp/vpp.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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: -- 2.16.6