slack notifications are broken atm - disabling
This commit is contained in:
parent
97b7be113c
commit
7aa2307bb7
|
@ -71,6 +71,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
post {
|
post {
|
||||||
failure {
|
failure {
|
||||||
slackNotif()
|
slackNotif()
|
||||||
|
@ -82,8 +83,10 @@ pipeline {
|
||||||
slackNotif()
|
slackNotif()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
def slackNotif() {
|
def slackNotif() {
|
||||||
script {
|
script {
|
||||||
if (env.BRANCH_NAME=='jetty-10.0.x' ||
|
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.
|
* To other developers, if you are using this method above, please use the following syntax.
|
||||||
|
|
Loading…
Reference in New Issue