Merge "add a task to check all the functest suites for 1 POD, create job, macro and...
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 11 May 2015 11:38:18 +0000 (11:38 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 11 May 2015 11:38:18 +0000 (11:38 +0000)
jjb/octopus/octopus.yml
jjb/parser/docu-build.sh
jjb/prediction/docu-build.sh
jjb/promise/docu-build.sh

index 459ba7a..db35515 100644 (file)
@@ -18,8 +18,6 @@
 - job-template:
     name: octopus-test
 
-    node: master
-
     project-type: freestyle
 
     logrotate:
 - job-template:
     name: 'octopus-merge'
 
+    node: master
+
     # builder-merge job to run JJB update
     #
     # This job's purpose is to update all the JJB
index 7358118..583654c 100644 (file)
@@ -44,7 +44,7 @@ done
 
 images=()
 while read -r -d ''; do
-        images+=("$REPLY)
+        images+=("$REPLY")
 done < <(find * -type f \( -iname \*.jpg -o -iname \*.png \) -print0)
 
 for img in "${{images[@]}}"; do
index 7358118..583654c 100644 (file)
@@ -44,7 +44,7 @@ done
 
 images=()
 while read -r -d ''; do
-        images+=("$REPLY)
+        images+=("$REPLY")
 done < <(find * -type f \( -iname \*.jpg -o -iname \*.png \) -print0)
 
 for img in "${{images[@]}}"; do
index 7358118..583654c 100644 (file)
@@ -44,7 +44,7 @@ done
 
 images=()
 while read -r -d ''; do
-        images+=("$REPLY)
+        images+=("$REPLY")
 done < <(find * -type f \( -iname \*.jpg -o -iname \*.png \) -print0)
 
 for img in "${{images[@]}}"; do