From a5dc8c07f91018c1c1600d7079aab375ea84bce2 Mon Sep 17 00:00:00 2001 From: bahich972-star Date: Wed, 4 Mar 2026 18:23:43 +0300 Subject: [PATCH] Update first_steps.jenkins --- jenkinsfiles/first_steps.jenkins | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jenkinsfiles/first_steps.jenkins b/jenkinsfiles/first_steps.jenkins index ad7f543..9904128 100644 --- a/jenkinsfiles/first_steps.jenkins +++ b/jenkinsfiles/first_steps.jenkins @@ -3,9 +3,7 @@ properties([disableConcurrentBuilds()]) pipeline { - agent { - label 'master' - } + agent any options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) timestamps()