From: Fatih Degirmenci Date: Mon, 11 May 2015 11:38:18 +0000 (+0000) Subject: Merge "add a task to check all the functest suites for 1 POD, create job, macro and... X-Git-Tag: arno.2015.1.0~63 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=68a69c8e83e1eded4378ffbe24faf2e882644594;hp=38b37ce3b07935864990bde3bc5e4b0bdbd0772f;p=releng.git Merge "add a task to check all the functest suites for 1 POD, create job, macro and list of PODs" --- diff --git a/jjb/octopus/octopus.yml b/jjb/octopus/octopus.yml index 459ba7a01..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: @@ -133,6 +131,8 @@ - job-template: name: 'octopus-merge' + node: master + # builder-merge job to run JJB update # # This job's purpose is to update all the JJB 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