From 37491e91e6599eec6b577243ea5c2e0bf3a0272b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 3 Jan 2024 14:33:39 +0000 Subject: [PATCH] matrix-notifier: fix link to pipeline --- matrix-notifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-notifier b/matrix-notifier index 0b99989..838396a 100755 --- a/matrix-notifier +++ b/matrix-notifier @@ -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