From 17f5b66301e40ef7000ea2f3414c1d4b1703b442 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 30 Oct 2024 23:34:45 -0400 Subject: [PATCH] label, node. whatever. --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c37b314..02e433f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent balaam + agent { + label "balaam" + } stages { stage('credits'){ @@ -9,4 +11,4 @@ pipeline { } } } -} \ No newline at end of file +}