File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pipeline {
22 agent {
33 node {
44 // This job needs to run on the KNIME server that hosts also the target update site
5- label ' knime-test -basel-c7'
5+ label ' knime-dev -basel-c7'
66 }
77 }
88
@@ -259,11 +259,11 @@ pipeline {
259259 to : " ${ EMAIL_TO} " ,
260260 subject : ' Unstable build in Jenkins: $PROJECT_NAME - #$BUILD_NUMBER'
261261 }
262- changed {
262+ fixed {
263263 emailext body : ' Check console output at $BUILD_URL to view the results.' ,
264264 recipientProviders : [developers(), requestor()],
265265 to : " ${ EMAIL_TO} " ,
266- subject : ' Jenkins build is back to normal : $PROJECT_NAME - #$BUILD_NUMBER'
266+ subject : ' Jenkins build started working again : $PROJECT_NAME - #$BUILD_NUMBER'
267267 }
268268 }
269269}
You can’t perform that action at this time.
0 commit comments