From 1d18fc1e752708ff395c3b8b4a37a93c4ff65dd6 Mon Sep 17 00:00:00 2001 From: lucianomartin Date: Thu, 9 Nov 2023 13:11:34 +0000 Subject: [PATCH] Update Jenkins label --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9414ae70..7e3daaf5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,7 @@ pipeline { expression { !env.GH_LABEL_DOC_ONLY.toBoolean() } } agent { - label 'xcore.ai-explorer-mod' + label 'xcore.ai-explorer-hil-tests' } stages { stage('Checkout') {