osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/31404
)
Change subject: jenkins-gerrit: make links clickable again
......................................................................
jenkins-gerrit: make links clickable again
After gerrit was upgraded, the comment formatting changed. Links inside
blocks indented with two spaces cannot be clicked anymore, so change it
to a listing.
Change-Id: I4dc338c22e9afe4b9d9df845c6f5d9b3a91f93d9
---
M scripts/jenkins-gerrit/comment_generate.py
1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/04/31404/1
diff --git a/scripts/jenkins-gerrit/comment_generate.py
b/scripts/jenkins-gerrit/comment_generate.py
index dc69f8f..0bd08dc 100755
--- a/scripts/jenkins-gerrit/comment_generate.py
+++ b/scripts/jenkins-gerrit/comment_generate.py
@@ -153,7 +153,7 @@
def get_jobs_list_str(jobs):
ret = ""
for job in jobs:
- ret += f" [{get_job_short_name(job)}]
{job['url']}/consoleFull\n"
+ ret += f"* [{get_job_short_name(job)}]
{job['url']}/consoleFull\n"
return ret
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/31404
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4dc338c22e9afe4b9d9df845c6f5d9b3a91f93d9
Gerrit-Change-Number: 31404
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange