set Jenkins worker to 4 CPUs and 2 GB RAM

This commit is contained in:
Michael Hoennig 2024-11-23 13:27:13 +01:00
parent df2606c892
commit 6d3a9108e3

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
// additionalBuildArgs ...
args '--network=bridge --user root -v $PWD:$PWD \
-v /var/run/docker.sock:/var/run/docker.sock --group-add 984 \
--memory=2g --cpus=2'
--memory=4g --cpus=2'
}
}