Testing dynamic Jenkinsfile
This commit is contained in:
parent
23422deaf6
commit
2551a61e76
|
|
@ -12,12 +12,7 @@ def implementations = [
|
|||
]
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile.jenkins'
|
||||
args '--user=root -v /var/run/docker.sock:/var/run/docker.sock'
|
||||
}
|
||||
}
|
||||
agent any
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
|
|
|
|||
Loading…
Reference in New Issue