[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup regex

Holger Levsen gitlab at salsa.debian.org
Tue Feb 26 13:24:16 GMT 2019


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
b5f1426b by Holger Levsen at 2019-02-26T13:24:05Z
fixup regex

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/jenkins_node_wrapper.sh


Changes:

=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -151,7 +151,7 @@ elif [ "$1" = "reproducible_compare_Debian_sha1sums_forward_runner" ] ; then
 	exec /srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh forward ; croak "Exec failed";
 elif [ "$1" = "reproducible_compare_Debian_sha1sums_reverse_runner" ] ; then
 	exec /srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh reverse ; croak "Exec failed";
-elif [[ "$1" =~ "reproducible_compare_Debian_sha1sums_random_runner_?" ]] ; then
+elif [[ "$1" =~ ^reproducible_compare_Debian_sha1sums_random_runner_. ]] ; then
 	exec /srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh random ; croak "Exec failed";
 elif [ "$*" = "some_jenkins_job_name" ] ; then
 	exec echo run any commands here ; croak "Exec failed";



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b5f1426b03738f0e19f3a94b745379308f70cb4c

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b5f1426b03738f0e19f3a94b745379308f70cb4c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190226/1f143ba6/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list