Skip to content

Commit d6b5f05

Browse files
committed
jobs/bump-jenkins-job: Change in emoji of slack notification
A PR would be created after the build run of bump-jenkins-job. To notify about the open PR, it would be better if the emoji is set to ':pr'.
1 parent 1445d6c commit d6b5f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/bump-jenkins-plugins.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ node {
137137
def message = "bump-jenkins-plugins #${env.BUILD_NUMBER} <${env.BUILD_URL}|:jenkins:> <${env.RUN_DISPLAY_URL}|:ocean:>"
138138
if (currentBuild.result == 'SUCCESS') {
139139
currentBuild.description = "bump-jenkins-plugins ⚡"
140-
message = ":sparkles: ${message}"
140+
message = ":pr: ${message}"
141141
} else {
142142
currentBuild.description = "bump-jenkins-plugins ❌"
143143
}

0 commit comments

Comments
 (0)