diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2015-05-11 17:38:32 +0800 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2015-05-11 17:55:45 +0800 |
commit | 3954424698fb9d305f83cb6dc9813d0289717385 (patch) | |
tree | 18ae4fa2b4ecb9a849241f03b6c961dc7843557d /jjb | |
parent | 2d0073284a0f111bae2ebf8401d482b29f5c9c81 (diff) |
fix daily builder failure for parser prediction promise and attach to node master
JIRA: OCTO-66
Change-Id: Ia2337487b20e2f68be68f9a1488385383286b6d3
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/octopus/octopus.yml | 2 | ||||
-rw-r--r-- | jjb/parser/docu-build.sh | 2 | ||||
-rw-r--r-- | jjb/prediction/docu-build.sh | 2 | ||||
-rw-r--r-- | jjb/promise/docu-build.sh | 2 |
4 files changed, 3 insertions, 5 deletions
diff --git a/jjb/octopus/octopus.yml b/jjb/octopus/octopus.yml index 47563d6b9..db35515c9 100644 --- a/jjb/octopus/octopus.yml +++ b/jjb/octopus/octopus.yml @@ -18,8 +18,6 @@ - job-template: name: octopus-test - node: master - project-type: freestyle logrotate: diff --git a/jjb/parser/docu-build.sh b/jjb/parser/docu-build.sh index 7358118bd..583654c82 100644 --- a/jjb/parser/docu-build.sh +++ b/jjb/parser/docu-build.sh @@ -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 diff --git a/jjb/prediction/docu-build.sh b/jjb/prediction/docu-build.sh index 7358118bd..583654c82 100644 --- a/jjb/prediction/docu-build.sh +++ b/jjb/prediction/docu-build.sh @@ -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 diff --git a/jjb/promise/docu-build.sh b/jjb/promise/docu-build.sh index 7358118bd..583654c82 100644 --- a/jjb/promise/docu-build.sh +++ b/jjb/promise/docu-build.sh @@ -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 |