Adapted include-raw with colons 23/6523/2
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 13 Jan 2016 13:36:47 +0000 (14:36 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 13 Jan 2016 20:27:21 +0000 (20:27 +0000)
Change-Id: I58511a1a4472742c2941c31964987dc984a2ee71
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
jjb/bottlenecks/bottlenecks.yml
jjb/compass4nfv/compass-ci-jobs.yml
jjb/compass4nfv/compass-project-jobs.yml
jjb/functest/functest-ci-jobs.yml
jjb/kvmfornfv/kvmfornfv.yml
jjb/releng-jobs.yaml
jjb/yardstick/yardstick-ci-jobs.yml

index c29c568..26069cf 100644 (file)
     name: bottlenecks-fetch-os-creds
     builders:
         - shell:
-            !include-raw ../../utils/fetch_os_creds.sh
+            !include-raw: ../../utils/fetch_os_creds.sh
 
 - builder:
     name: bottlenecks-run-rubbos
index f68597e..3acbf07 100644 (file)
 
     builders:
         - shell:
-            !include-raw ./compass-workspace-precleanup.sh
+            !include-raw: ./compass-workspace-precleanup.sh
         - shell:
-            !include-raw ./compass-download-artifact.sh
+            !include-raw: ./compass-download-artifact.sh
         - shell:
-            !include-raw ./compass-deploy-bare.sh
+            !include-raw: ./compass-deploy-bare.sh
 
     publishers:
         - archive:
index 1395fa5..63aeca0 100644 (file)
@@ -95,9 +95,9 @@
 
     builders:
         - shell:
-            !include-raw ./compass-build.sh
+            !include-raw: ./compass-build.sh
         - shell:
-            !include-raw ./compass-deploy-virtual.sh
+            !include-raw: ./compass-deploy-virtual.sh
 
     publishers:
         - archive:
 
     builders:
         - shell:
-            !include-raw ./compass-build.sh
+            !include-raw: ./compass-build.sh
         - shell:
-            !include-raw ./compass-upload-artifact.sh
+            !include-raw: ./compass-upload-artifact.sh
         - shell:
-            !include-raw ./compass-workspace-cleanup.sh
+            !include-raw: ./compass-workspace-cleanup.sh
 
 - job-template:
     name: 'compass-build-ppa-{stream}'
 
     builders:
         - shell:
-            !include-raw ./compass-makeppa.sh
+            !include-raw: ./compass-makeppa.sh
 
 - job-template:
     name: 'compass-deploy-virtual-{sdn-controller}-{stream}'
 
     builders:
         - shell:
-            !include-raw ./compass-workspace-precleanup.sh
+            !include-raw: ./compass-workspace-precleanup.sh
         - shell:
-            !include-raw ./compass-download-artifact.sh
+            !include-raw: ./compass-download-artifact.sh
         - shell:
-            !include-raw ./compass-deploy-virtual.sh
+            !include-raw: ./compass-deploy-virtual.sh
 
     publishers:
         - archive:
index 67031a0..2b11426 100644 (file)
     name: functest-store-results
     builders:
         - shell:
-            !include-raw res-build.sh
+            !include-raw: res-build.sh
 
 - builder:
     name: functest-cleanup
index 368dab5..34793ad 100644 (file)
@@ -57,7 +57,7 @@
 
     builders:
         - shell:
-            !include-raw ./kvmfornfv-build.sh
+            !include-raw: ./kvmfornfv-build.sh
 
 - job-template:
     name: 'kvmfornfv-merge-{stream}'
@@ -95,4 +95,4 @@
 
     builders:
         - shell:
-            !include-raw ./kvmfornfv-build.sh
+            !include-raw: ./kvmfornfv-build.sh
index 27007d0..0b36f07 100644 (file)
@@ -49,7 +49,7 @@
 
     builders:
         - shell:
-            !include-raw verify-releng
+            !include-raw: verify-releng
 
     publishers:
         - archive-artifacts:
index de79bce..fffd183 100644 (file)
     name: yardstick-fetch-os-creds
     builders:
         - shell:
-            !include-raw ../../utils/fetch_os_creds.sh
+            !include-raw: ../../utils/fetch_os_creds.sh
 
 - builder:
     name: yardstick-cleanup