fix daily builder failure for parser prediction promise and attach to node master 00/500/2
authorMatthewLi <matthew.lijun@huawei.com>
Mon, 11 May 2015 09:38:32 +0000 (17:38 +0800)
committerMatthewLi <matthew.lijun@huawei.com>
Mon, 11 May 2015 09:55:45 +0000 (17:55 +0800)
 JIRA: OCTO-66

Change-Id: Ia2337487b20e2f68be68f9a1488385383286b6d3
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/octopus/octopus.yml
jjb/parser/docu-build.sh
jjb/prediction/docu-build.sh
jjb/promise/docu-build.sh

index 47563d6..db35515 100644 (file)
@@ -18,8 +18,6 @@
 - job-template:
     name: octopus-test
 
-    node: master
-
     project-type: freestyle
 
     logrotate:
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