New builds

This commit is contained in:
retropikzel 2026-07-22 16:10:04 +03:00
parent b0f51011cc
commit a098c35fa1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -23,9 +23,9 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
def config = readYaml file: "buildconfig.yaml"
steps { steps {
script { script {
def config = readYaml file: "buildconfig.yaml"
config.schemes.each { scheme -> config.schemes.each { scheme ->
stage("${scheme}") { stage("${scheme}") {
agent { agent {