From f826cd475e3a4281198f912f8ad89aa63619768c Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 15 Nov 2024 15:18:21 +0100 Subject: [PATCH] Run releases on e2-standard-4 nodes. --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index ffc2dfb..5498bfe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,9 @@ pipeline { changeset 'ci/java-tools.properties' } } + agent { + label 'e2-standard-4' + } steps { script { @@ -40,6 +43,7 @@ pipeline { } agent { + label 'e2-standard-4' docker { image 'springci/spring-data-release-tools:0.20' }