From c82bed7137901403a8d4842ec0a0778956ae172e Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 16:10:47 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 16df4a8..fcded81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,9 +21,10 @@ pipeline { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) } + def config = readYaml file: "buildconfig.yaml" + stages { stage('Build') { - def config = readYaml file: "buildconfig.yaml" steps { script { config.schemes.each { scheme ->