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

5
Jenkinsfile vendored
View File

@ -1,6 +1,9 @@
pipeline {
agent any
options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) }
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {
agent { docker { image: 'schemers/chibi:head', reuseNode: true, args:'--user=root' } }
steps {