New builds

This commit is contained in:
retropikzel 2026-07-22 20:39:21 +03:00
parent a770ec9511
commit 17f15028ba
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') {