From 653ee52331535b20af689cb8f1ebca75fd553398 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 16:06:24 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0ef8862..499d35b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,8 +24,8 @@ pipeline { stages { stage('Build') { steps { - def config = readYaml file: buildconfig.yaml script { + def config = readYaml file: buildconfig.yaml config.schemes.each { scheme -> stage("${scheme}") { agent {