From 0198cf9bddfb33dabab7f758677c3175d3e71c4f Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 16:13:46 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 79c9754..c4503d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,3 @@ -node { - def config = readYaml file: "buildconfig.yaml" -} - pipeline { agent { label 'docker-x86_64' @@ -29,6 +25,7 @@ pipeline { stages { stage('Build') { steps { + def config = readYaml file: "buildconfig.yaml" script { config.schemes.each { scheme -> stage("${scheme}") {