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:33:08 +10:00
parent 117bf3834b
commit d466da2c95
1 changed files with 6 additions and 6 deletions

12
Jenkinsfile vendored
View File

@ -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()