Privilege escalation attack inc
This commit is contained in:
parent
7196820122
commit
170971c44b
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,5 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { docker { image 'kennethreitz/pipenv' } }
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'kennethreitz/pipenv'
|
||||||
|
args "--user root --privileged"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
// pipenv
|
// pipenv
|
||||||
|
Loading…
Reference in New Issue
Block a user