New builds

This commit is contained in:
retropikzel 2026-07-22 20:36:52 +03:00
parent 68c0d8294a
commit a770ec9511
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,8 +1,8 @@
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') {