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