From 17f15028ba15293445cdf7e3f1467725f79e4dac Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 20:39:21 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d524c9e..80b3984 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ 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' } } + agent { docker { image: 'schemers/chibi:head', reuseNode: true, args: '--user=root' } } steps { script { stage('init') {