Dockerfile
This commit is contained in:
parent
2b1e604624
commit
540ff4a605
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,8 +1,8 @@
|
||||
pipeline {
|
||||
ipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile'
|
||||
args '-u root --no-cache'
|
||||
args '-u root -v $HOME:/app'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user