Testing dynamic Jenkinsfile
This commit is contained in:
parent
c81848ca41
commit
7948e6edbe
|
|
@ -2,16 +2,11 @@ def implementations = ['chibi']
|
||||||
def tests = ['primitives']
|
def tests = ['primitives']
|
||||||
|
|
||||||
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()
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue