New builds

This commit is contained in:
retropikzel 2026-07-22 16:27:55 +03:00
parent 78eb7d72fa
commit a248753ee2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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