diff options
author | Kenny Ho <y2kenny@gmail.com> | 2022-04-08 18:26:30 +0000 |
---|---|---|
committer | Kenny Ho <y2kenny@gmail.com> | 2022-06-26 23:48:03 +0000 |
commit | 8176fd2ffb19a8534d016a3b57bb22f363b299da (patch) | |
tree | 9fb06743a86da6d2bd134cabef7f223b9a05b031 /releasenotes/notes | |
parent | 895bb3646740862e0a9238ba52561c0df4362bcc (diff) | |
download | zuul-8176fd2ffb19a8534d016a3b57bb22f363b299da.tar.gz |
Add build set URL to reporter
formatStatusUrl() return build set URL when the
item.current_build_set.result exist (zuul/model.py)
Also updated the quick-start to continue to look for the
build URL instead of the buildset URL.
Change-Id: I5f8433e2926da5a8d14b966d89cc943be1ecfca9
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/add-buildset-statusurl.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-buildset-statusurl.yaml b/releasenotes/notes/add-buildset-statusurl.yaml new file mode 100644 index 000000000..e69b701d1 --- /dev/null +++ b/releasenotes/notes/add-buildset-statusurl.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Added build set url to Zuul comment. This provide a quick way + for user to reach the build set page from Gerrit.
\ No newline at end of file |