Compare commits

...

2 Commits

Author SHA1 Message Date
retropikzel a248753ee2 New builds 2026-07-22 16:27:55 +03:00
retropikzel 78eb7d72fa New builds 2026-07-22 16:26:24 +03:00
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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