Switch to high cpu worker

This commit is contained in:
Eduard Heimbuch
2023-07-24 08:23:57 +02:00
parent 4305e9cd4c
commit 715ecd8dd7

2
Jenkinsfile vendored
View File

@@ -10,7 +10,7 @@ pipeline {
docker {
image 'scmmanager/java-build:11.0.15_10-2'
args '-v /var/run/docker.sock:/var/run/docker.sock --group-add 998'
label 'docker'
label 'high-cpu'
}
}