X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.jjb-test%2Fexpected-xml%2Fgerrit-ciman-jjb-deploy-job;h=80597b98c41bc86a062dfeaeef2b8eef1caa7a16;hb=refs%2Ftags%2Fv0.9.1;hp=fa7cca57360f7c5642f24999e2b8c9316b7267c5;hpb=211af92b0788061f5486e24d01f3bbe25266aeed;p=releng%2Fglobal-jjb.git diff --git a/.jjb-test/expected-xml/gerrit-ciman-jjb-deploy-job b/.jjb-test/expected-xml/gerrit-ciman-jjb-deploy-job index fa7cca57..80597b98 100644 --- a/.jjb-test/expected-xml/gerrit-ciman-jjb-deploy-job +++ b/.jjb-test/expected-xml/gerrit-ciman-jjb-deploy-job @@ -249,7 +249,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