Skip to content

Commit 81a7762

Browse files
Switching build environment for 4.3 to DEV environment, fixing emailing
1 parent 3fd994b commit 81a7762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)