We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c5ef5 commit 51bc5e7Copy full SHA for 51bc5e7
Jenkinsfile
@@ -381,14 +381,15 @@ pipeline {
381
}
382
383
stage('regressions-11 arm infrastructure') {
384
- agent { label "java-client-agent-${BUILD_NUMBER}" }
385
when {
386
allOf {
387
branch 'develop'
388
expression { return params.arm_regressions }
389
expression { return !params.regressions }
390
391
+ agent { label "java-client-agent-${BUILD_NUMBER}" }
392
+
393
steps {
394
checkout([$class: 'GitSCM',
395
branches: scm.branches,
0 commit comments