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