Adding start message to check and gate pipelines to allow easy access to the running job page
Change-Id: I64cbeab74c3f2cb3c37e7b7894f2f961a3a29caa
This commit is contained in:
parent
79f2ba5340
commit
2d406ae172
@ -3,6 +3,7 @@
|
||||
description: |
|
||||
Newly uploaded patchsets enter this pipeline to receive an
|
||||
initial +/-1 Verified vote.
|
||||
start-message: "Starting {pipeline.name} jobs: {item_url}"
|
||||
success-message: Build succeeded (check pipeline).
|
||||
failure-message: |
|
||||
Build failed (check pipeline). For information on how to proceed, see
|
||||
@ -34,6 +35,7 @@
|
||||
in order in this pipeline, and if they pass tests, will be
|
||||
merged. For documentation on how gating with Zuul works, please see
|
||||
https://zuul-ci.org/docs/zuul/latest/gating.html
|
||||
start-message: "Starting {pipeline.name} jobs: {item_url}"
|
||||
success-message: Build succeeded (gate pipeline).
|
||||
failure-message: |
|
||||
Build failed (gate pipeline). For information on how to proceed, see
|
||||
|
Loading…
Reference in New Issue
Block a user