osmith has uploaded this change for review.
jenkins-gerrit: add 0-9 to re_start_build
Let it match "Starting building: gerrit-osmo-ttcn3-hacks-build #5". It
failed on the 3 in ttcn3 before.
Related: OS#2385
Change-Id: I247af55e2c0e3a2dd088ab1c951d8535cfc93229
---
M scripts/jenkins-gerrit/pipeline_summary.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/01/29701/1
diff --git a/scripts/jenkins-gerrit/pipeline_summary.py b/scripts/jenkins-gerrit/pipeline_summary.py
index 85b2393..37d4028 100755
--- a/scripts/jenkins-gerrit/pipeline_summary.py
+++ b/scripts/jenkins-gerrit/pipeline_summary.py
@@ -8,7 +8,7 @@
import urllib.request
jenkins_url = "https://jenkins.osmocom.org"
-re_start_build = re.compile("Starting building: gerrit-[a-zA-Z-_]* #[0-9]*")
+re_start_build = re.compile("Starting building: gerrit-[a-zA-Z-_0-9]* #[0-9]*")
re_result = re.compile("^PIPELINE_[A-Z]*_PASSED=[01]$")
def parse_args():
To view, visit change 29701. To unsubscribe, or for help writing mail filters, visit settings.