From 3b2b0b984aeaa34ab08b2ee59ca46382a3c12a00 Mon Sep 17 00:00:00 2001 From: richardg867 Date: Fri, 15 Jul 2022 15:36:00 -0300 Subject: [PATCH] Jenkins: Expand nodes which can perform the initial clone --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index fbcb51c04..fbb7fd081 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -194,7 +194,7 @@ pipeline { /* Adding to the above, run a git clone as soon as possible on any node to further avoid race conditions caused by busy node executor delays. */ retry(10) { - node('citadel && !Windows') { + node('!Windows') { /* Run git clone. */ gitClone(repository[buildBranch], branch[buildBranch])