Testing dynamic Jenkinsfile
This commit is contained in:
parent
c81848ca41
commit
7948e6edbe
|
|
@ -2,12 +2,7 @@ def implementations = ['chibi']
|
|||
def tests = ['primitives']
|
||||
|
||||
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