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