From a098c35fa11864f69c32fb1de74519270c9bcf06 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 16:10:04 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9961f08..16df4a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,9 +23,9 @@ pipeline { stages { stage('Build') { + def config = readYaml file: "buildconfig.yaml" steps { script { - def config = readYaml file: "buildconfig.yaml" config.schemes.each { scheme -> stage("${scheme}") { agent {