From 1ec9630ae45a90f3c32217fd4275c4049c72f52f Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 22:04:30 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ab4b7d5..d384698 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'agent1' + } options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) @@ -9,6 +11,7 @@ pipeline { agent { docker { image 'schemers/chibi:head' + reuseNode true args '--user=root' } } @@ -37,6 +40,7 @@ pipeline { agent { docker { image 'schemers/sagittarius:head' + reuseNode true args '--user=root' } }