Skip to content

Commit 51bc5e7

Browse files
author
nagalakshmi
committed
updated arm regressions stage
1 parent 73c5ef5 commit 51bc5e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,15 @@ pipeline {
381381
}
382382

383383
stage('regressions-11 arm infrastructure') {
384-
agent { label "java-client-agent-${BUILD_NUMBER}" }
385384
when {
386385
allOf {
387386
branch 'develop'
388387
expression { return params.arm_regressions }
389388
expression { return !params.regressions }
390389
}
391390
}
391+
agent { label "java-client-agent-${BUILD_NUMBER}" }
392+
392393
steps {
393394
checkout([$class: 'GitSCM',
394395
branches: scm.branches,

0 commit comments

Comments
 (0)