this when is not working
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
117bf3834b
commit
d466da2c95
|
@ -86,12 +86,12 @@ pipeline {
|
|||
|
||||
def slackNotif() {
|
||||
stage("Slack Notification"){
|
||||
when {
|
||||
anyOf {
|
||||
branch 'jetty-10.0.x'
|
||||
branch 'jetty-9.4.x'
|
||||
}
|
||||
}
|
||||
// when {
|
||||
// anyOf {
|
||||
// branch 'jetty-10.0.x'
|
||||
// branch 'jetty-9.4.x'
|
||||
// }
|
||||
// }
|
||||
steps {
|
||||
script {
|
||||
//BUILD_USER = currentBuild.rawBuild.getCause(Cause.UserIdCause).getUserId()
|
||||
|
|
Loading…
Reference in New Issue