File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ pipeline {
113113 post {
114114 failure {
115115116- 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 {
121121122- 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 }
You can’t perform that action at this time.
0 commit comments