New builds

This commit is contained in:
retropikzel 2026-07-22 20:52:49 +03:00
parent b6ad713956
commit 4ed0038845
1 changed files with 7 additions and 1 deletions

8
Jenkinsfile vendored
View File

@ -5,7 +5,13 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {
agent { docker { image: 'schemers/chibi:head', reuseNode: true, args:'--user=root' } }
agent {
docker {
image 'schemers/chibi:head'
reuseNode true
args:'--user=root'
}
}
steps {
script {
stage('init') {