New builds

This commit is contained in:
retropikzel 2026-07-22 16:14:46 +03:00
parent 0198cf9bdd
commit ff057418a1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 {