Fixing the build
This commit is contained in:
parent
1a663ea5a8
commit
adbfdf23db
|
@ -4,7 +4,7 @@ pipeline {
|
|||
dockerfile {
|
||||
filename 'Dockerfile.jenkins'
|
||||
dir '.'
|
||||
args '--privileged -v /var/run/docker.sock:/var/run/docker.sock'
|
||||
args '-u root'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue