Skip to content

Commit

Permalink
jobs/bump-jenkins-job: Change in emoji of slack notification
Browse files Browse the repository at this point in the history
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'.
  • Loading branch information
aaradhak committed May 20, 2024
1 parent 1445d6c commit d6b5f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/bump-jenkins-plugins.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ node {
def message = "bump-jenkins-plugins #${env.BUILD_NUMBER} <${env.BUILD_URL}|:jenkins:> <${env.RUN_DISPLAY_URL}|:ocean:>"
if (currentBuild.result == 'SUCCESS') {
currentBuild.description = "bump-jenkins-plugins ⚡"
message = ":sparkles: ${message}"
message = ":pr: ${message}"
} else {
currentBuild.description = "bump-jenkins-plugins ❌"
}
Expand Down

0 comments on commit d6b5f05

Please sign in to comment.