slack notifications are broken atm - disabling

This commit is contained in:
Joakim Erdfelt 2019-05-31 10:41:57 -05:00
parent 97b7be113c
commit 7aa2307bb7
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

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