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