Disabling broken slack notifications

This commit is contained in:
Joakim Erdfelt 2019-05-31 10:43:56 -05:00
parent bea7806c77
commit ad3be199e8
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -80,6 +80,7 @@ pipeline {
}
}
}
/*
post {
failure {
slackNotif()
@ -91,8 +92,10 @@ pipeline {
slackNotif()
}
}
*/
}
/*
def slackNotif() {
script {
if (env.BRANCH_NAME=='jetty-10.0.x' ||
@ -106,6 +109,7 @@ def slackNotif() {
}
}
}
*/
/**
* To other developers, if you are using this method above, please use the following syntax.