New builds

This commit is contained in:
retropikzel 2026-07-22 16:06:24 +03:00
parent 93f78aa11c
commit 653ee52331
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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