From 1bd0978edb120663edf8130b8cff350a4f5df5dc Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 16:12:14 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 39fe89b..79c9754 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,7 @@ +node { + def config = readYaml file: "buildconfig.yaml" +} + pipeline { agent { label 'docker-x86_64' @@ -21,9 +25,6 @@ pipeline { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) } - node { - def config = readYaml file: "buildconfig.yaml" - } stages { stage('Build') {