Skip to content

Commit e644cfe

Browse files
author
nagalakshmi
committed
updated when condition
1 parent daa7f5d commit e644cfe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Jenkinsfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,8 @@ pipeline {
293293

294294
stage('provisionInfrastructure'){
295295
when {
296-
allOf {
297296
branch 'develop'
298297
expression { return !params.regressions }
299-
}
300298
}
301299
agent {label 'javaClientLinuxPool'}
302300

@@ -377,10 +375,8 @@ pipeline {
377375

378376
stage('regressions-11 arm infrastructure') {
379377
when {
380-
allOf {
381378
branch 'develop'
382379
expression { return !params.regressions }
383-
}
384380
}
385381
agent { label "java-client-agent-${BUILD_NUMBER}" }
386382
environment {

0 commit comments

Comments
 (0)