Fixing the build
This commit is contained in:
parent
5a11da9ea4
commit
2b31c0ebac
|
@ -4,6 +4,7 @@ pipeline {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
filename 'Dockerfile.jenkins'
|
filename 'Dockerfile.jenkins'
|
||||||
dir '.'
|
dir '.'
|
||||||
|
args '-u root --privileged'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue