Skip to content

Commit f1a0d93

Browse files
aline
1 parent 3d1b963 commit f1a0d93

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Jenkinsfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ pipeline {
140140
}
141141
}
142142

143-
// failure {
144-
// script {
145-
// if (env.GIT_BRANCH == 'latest') {
146-
// sendSlackNotification('FAILURE')
147-
// notifyFailed()
148-
// }
149-
// }
150-
// }
143+
failure {
144+
script {
145+
if (env.GIT_BRANCH == 'latest') {
146+
sendSlackNotification('FAILURE')
147+
notifyFailed()
148+
}
149+
}
150+
}
151151
aborted {
152152
script {
153153
if (env.BRANCH_NAME == 'latest') {

0 commit comments

Comments
 (0)