matrix-notifier: fix link to pipeline

This commit is contained in:
Bruno BELANYI 2024-01-03 14:33:39 +00:00
parent 48dad0c962
commit 37491e91e6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ rawurlencode() {
default_woodpecker_message() {
local msg="Build ${CI_PIPELINE_STATUS}"
local woodpecker_url="${CI_SYSTEM_LINK}/${CI_REPO}/${CI_PIPELINE_NUMBER}"
local woodpecker_url="${CI_PIPELINE_URL}"
if [ "$FORMAT" == "true" ]; then
msg="$msg [${CI_REPO}#${CI_COMMIT_SHA:0:8}]($woodpecker_url)"
else