Skip to content

Commit 503fd4f

Browse files
authored
Merge pull request #994 from aaradhak/slacknotify
jobs/bump-jenkins-job: Change in emoji of slack notification
2 parents 1445d6c + d6b5f05 commit 503fd4f

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)