New builds
This commit is contained in:
parent
17f15028ba
commit
b6ad713956
|
|
@ -1,6 +1,9 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) }
|
options {
|
||||||
|
disableConcurrentBuilds()
|
||||||
|
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
agent { docker { image: 'schemers/chibi:head', reuseNode: true, args:'--user=root' } }
|
agent { docker { image: 'schemers/chibi:head', reuseNode: true, args:'--user=root' } }
|
||||||
steps {
|
steps {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue