From 693999c68dc63849f3f67d827c854fb8a395b1b2 Mon Sep 17 00:00:00 2001 From: trianta Date: Tue, 24 Feb 2026 05:03:15 -0600 Subject: [PATCH] jenkins: test idea --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b3fa7a0..a7d20ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,11 +43,10 @@ pipeline { } } stage('Test Checkout') { + agent { label 'agent-13' } when { - beforeAgent true expression { return (env.GIT_BRANCH == 'origin/zzz') } } - agent { label 'agent-13' } steps { checkout scm }