|
|
|
@ -112,7 +112,7 @@ pipeline {
|
|
|
|
|
def ri = images[(int)r]
|
|
|
|
|
def randomImage = env.DOCKER_REGISTRY + "/" + ri;
|
|
|
|
|
def bt = env.BUILD_TAG.replaceAll(/[^a-zA-Z0-9_.-]/, '-')
|
|
|
|
|
def dockerOptions = "--ulimit core=0 --ulimit nofile=10240 " +
|
|
|
|
|
def dockerOptions = "--privileged --ulimit core=0 --ulimit nofile=10240 " +
|
|
|
|
|
" -v /srv/jenkins:/srv/jenkins:rw -v /srv/cache:/srv/cache:rw " +
|
|
|
|
|
" --entrypoint='' --name ${bt}-build"
|
|
|
|
|
def outputdir = "tests/CI/output/UnitTests"
|
|
|
|
|