fix jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user