jenkins: test idea

This commit is contained in:
2026-02-24 05:03:15 -06:00
parent 412bc58323
commit 693999c68d
Vendored
+1 -2
View File
@@ -43,11 +43,10 @@ pipeline {
} }
} }
stage('Test Checkout') { stage('Test Checkout') {
agent { label 'agent-13' }
when { when {
beforeAgent true
expression { return (env.GIT_BRANCH == 'origin/zzz') } expression { return (env.GIT_BRANCH == 'origin/zzz') }
} }
agent { label 'agent-13' }
steps { steps {
checkout scm checkout scm
} }