ci: link to the job in the Blue Ocean webui

The new Blue Ocean webui is much easier to navigate than the traditional
Jenkins webui. Developers that want to check failures of CI jobs will be
able to find the logs much quicker as each stage/step has a clear
success or failed status.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-11-03 13:13:25 +01:00
committed by mergify[bot]
parent 45130996a0
commit 8787036903
7 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,7 @@
lightweight-checkout: true
triggers:
- github-pull-request:
status-url: ${RUN_DISPLAY_URL}
# the "commitlint" status context is use by the commitlint app
status-context: commitlint
trigger-phrase: '/(re)?test ((all)|(commitlint))'