Skip to content

Commit 742c8d7

Browse files
authored
Merge pull request #5903 from netomi/patch-1
Update email subjects for build notifications
2 parents ab6aa71 + bd7327f commit 742c8d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ pipeline {
113113
post {
114114
failure {
115115
mail to: '[email protected]',
116-
subject: "[open-vsx.org] Build Failure ${currentBuild.fullDisplayName}",
116+
subject: "[open-vsx.org] Build Failure ${currentBuild.fullDisplayName} - ${env.BRANCH_NAME}",
117117
mimeType: 'text/html',
118118
body: "Project: ${env.JOB_NAME}<br/>Build Number: ${env.BUILD_NUMBER}<br/>Build URL: ${env.BUILD_URL}<br/>Console: ${env.BUILD_URL}/console"
119119
}
120120
fixed {
121121
mail to: '[email protected]',
122-
subject: "[CBI] Back to normal ${currentBuild.fullDisplayName}",
122+
subject: "[open-vsx.org] Back to normal ${currentBuild.fullDisplayName} - ${env.BRANCH_NAME}",
123123
mimeType: 'text/html',
124124
body: "Project: ${env.JOB_NAME}<br/>Build Number: ${env.BUILD_NUMBER}<br/>Build URL: ${env.BUILD_URL}<br/>Console: ${env.BUILD_URL}/console"
125125
}

0 commit comments

Comments
 (0)