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