New builds
This commit is contained in:
parent
b6ad713956
commit
4ed0038845
|
|
@ -5,7 +5,13 @@ pipeline {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
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 {
|
||||||
script {
|
script {
|
||||||
stage('init') {
|
stage('init') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue