diff --git a/Jenkinsfile b/Jenkinsfile index f06200c..7bbe7df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,8 @@ pipeline { filename 'Dockerfile' dir '.' label 'pyDABFActory-CIAgent' - args '--privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined -u root:root --build-arg CACHE_BUST=$(date +%s)' + additionalBuildArgs '--build-arg CACHE_BUST=$(date +%s)' + args '--privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined -u root:root' } } stages {