Compare commits
2 commits
c8ef2c7f2a
...
7a60ff4022
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a60ff4022 | |||
| 90c2f8b782 |
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ rawurlencode() {
|
|||
|
||||
default_woodpecker_message() {
|
||||
local msg="Build ${CI_PIPELINE_STATUS}"
|
||||
local woodpecker_url="${CI_SYSTEM_URL}/${CI_REPO}/${CI_PIPELINE_NUMBER}"
|
||||
local woodpecker_url="${CI_SYSTEM_URL}/${CI_REPO}/pipeline/${CI_PIPELINE_NUMBER}"
|
||||
if [ "$FORMAT" == "true" ]; then
|
||||
msg="$msg [${CI_REPO}#${CI_COMMIT_SHA:0:8}]($woodpecker_url)"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue