X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=.jjb-test%2Fexpected-xml%2Fgithub-ciman-jjb-deploy-job;fp=.jjb-test%2Fexpected-xml%2Fgithub-ciman-jjb-deploy-job;h=b364dde74685b508f45b4388346af472235f9be4;hb=4e494e6bf70108968f052cd4ce1d8379fee04a43;hp=a214b2df29b49798146dc5cfd051fdfa91f1ff26;hpb=211af92b0788061f5486e24d01f3bbe25266aeed;p=releng%2Fglobal-jjb.git diff --git a/.jjb-test/expected-xml/github-ciman-jjb-deploy-job b/.jjb-test/expected-xml/github-ciman-jjb-deploy-job index a214b2df..b364dde7 100644 --- a/.jjb-test/expected-xml/github-ciman-jjb-deploy-job +++ b/.jjb-test/expected-xml/github-ciman-jjb-deploy-job @@ -217,7 +217,7 @@ COMMENT="${GERRIT_EVENT_COMMENT_TEXT:-$ghprbCommentBody}" JOB_NAME=$(echo "$COMMENT" | grep jjb-deploy | awk '{print $2}') # Strip all * characters to prevent pushing all jobs to Jenkins -if [ -z "${JOB_NAME//*/}" ]; then +if [ -z "${JOB_NAME//\*/}" ]; then echo "ERROR: JOB_NAME cannot be empty or '*'." exit 1 fi