Run releases on e2-standard-4 nodes.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user