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: