We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1445d6c commit d6b5f05Copy full SHA for d6b5f05
jobs/bump-jenkins-plugins.Jenkinsfile
@@ -137,7 +137,7 @@ node {
137
def message = "bump-jenkins-plugins #${env.BUILD_NUMBER} <${env.BUILD_URL}|:jenkins:> <${env.RUN_DISPLAY_URL}|:ocean:>"
138
if (currentBuild.result == 'SUCCESS') {
139
currentBuild.description = "bump-jenkins-plugins ⚡"
140
- message = ":sparkles: ${message}"
+ message = ":pr: ${message}"
141
} else {
142
currentBuild.description = "bump-jenkins-plugins ❌"
143
}
0 commit comments