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