Remaking the Jenkinsfile
This commit is contained in:
parent
c8180c9722
commit
7f418ee03e
|
|
@ -1,5 +1,10 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
dockerfile {
|
||||
filepath 'dockerfiles/jenkins'
|
||||
args '--user=root'
|
||||
}
|
||||
}
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
|
|
|
|||
Loading…
Reference in New Issue