slack notifications are broken atm - disabling
This commit is contained in:
parent
97b7be113c
commit
7aa2307bb7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue