back to 4g RAM + 2 CPUS but removed reuseNode true

This commit is contained in:
Michael Hoennig 2024-11-23 12:44:02 +01:00
parent cf050d90e0
commit 1117596f91

3
Jenkinsfile vendored
View File

@ -5,8 +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=1g --cpus=2'
reuseNode true
--memory=2g --cpus=2'
}
}