Run releases on e2-standard-4 nodes.

This commit is contained in:
Mark Paluch
2024-11-15 15:18:21 +01:00
parent 4bb4393597
commit f826cd475e

4
Jenkinsfile vendored
View File

@@ -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'
}