New builds

This commit is contained in:
retropikzel 2026-07-22 20:50:50 +03:00
parent 17f15028ba
commit b6ad713956
1 changed files with 5 additions and 2 deletions

7
Jenkinsfile vendored
View File

@ -1,8 +1,11 @@
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 {
script { script {
stage('init') { stage('init') {