osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/29756 )
Change subject: jenkins-gerrit: add link to retrigger the build
......................................................................
jenkins-gerrit: add link to retrigger the build
It's useful to be able to retrigger the pipeline, for example if the
build failed because a depending patch was not merged yet and later it
is merged. Add the link where the "Retrigger" button is to make this
convenient.
Related: OS#2385
Change-Id: I647efac9e79d755282b78f14bd27244c99ef7f11
---
M scripts/jenkins-gerrit/pipeline_summary.py
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
daniel: Looks good to me, approved
diff --git a/scripts/jenkins-gerrit/pipeline_summary.py
b/scripts/jenkins-gerrit/pipeline_summary.py
index b5310c6..a47ab7c 100755
--- a/scripts/jenkins-gerrit/pipeline_summary.py
+++ b/scripts/jenkins-gerrit/pipeline_summary.py
@@ -164,6 +164,8 @@
summary += "\n"
if jobs["failed"]:
summary += "Build Failed\n"
+ summary += "\n"
+ summary += f"Find the Retrigger button here:\n{build_url}\n"
vote = -1
notify = "OWNER"
else:
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/29756
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I647efac9e79d755282b78f14bd27244c99ef7f11
Gerrit-Change-Number: 29756
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged