this when is not working

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-05-30 21:34:10 +10:00
parent 5def2dff97
commit d6dbf7cae0
1 changed files with 6 additions and 6 deletions

12
Jenkinsfile vendored
View File

@ -95,12 +95,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()