Strip include-raw prefix for script files 45/61245/2
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 7 Aug 2017 06:31:34 +0000 (16:31 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 10 Aug 2017 00:17:40 +0000 (10:17 +1000)
Prefixing the files with `include-raw-` make the file name longer
and also not a standard to be followed.

Change-Id: I4394c5c971587583def53e545ddbac824c916309
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/ovsdb/cleanup-docker.sh [moved from jjb/ovsdb/include-raw-cleanup-docker.sh with 100% similarity]
jjb/ovsdb/ovsdb-full-integration.yaml
jjb/ovsdb/ovsdb-sonar.yaml
jjb/ovsdb/setup-docker.sh [moved from jjb/ovsdb/include-raw-setup-docker.sh with 100% similarity]

index c5711b65f08d12dd55137aa42642c5caad196694..fc46b0df833698edf5496a3f64871c4151cd9372 100644 (file)
@@ -80,7 +80,7 @@
     builders:
       - inject:
           properties-content: OVS_VERSION={OVS_VERSION}
-      - shell: !include-raw-escape: include-raw-setup-docker.sh
+      - shell: !include-raw-escape: setup-docker.sh
       - inject:
           properties-file: env.properties
       - run-southbound-it:
@@ -96,7 +96,7 @@
           OVS_VERSION: '{OVS_VERSION}'
           maven-version: '{maven-version}'
           stream: '{stream}'
-      - shell: !include-raw-escape: include-raw-cleanup-docker.sh
+      - shell: !include-raw-escape: cleanup-docker.sh
 
 - job-template:
     name: 'ovsdb-daily-full-integration-{stream}'
index f669024a6467ad00903f610462411fd6aa54fcb6..0fd1c418af72c5a85edf9ccff9f10d8873a5000d 100644 (file)
@@ -42,7 +42,7 @@
           name: 'ovsdb'
 
     builders:
-      - shell: !include-raw-escape: include-raw-setup-docker.sh
+      - shell: !include-raw-escape: setup-docker.sh
       - inject:
           properties-file: env.properties
       - shell: !include-raw-escape: include-setup-hwvtep-docker.sh
@@ -90,7 +90,7 @@
           settings-type: cfp
           global-settings: 'global-settings'
           global-settings-type: cfp
-      - shell: !include-raw-escape: include-raw-cleanup-docker.sh
+      - shell: !include-raw-escape: cleanup-docker.sh
       - jacoco-nojava-workaround
 
     publishers: