New builds

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

3
Jenkinsfile vendored
View File

@ -21,9 +21,10 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
def config = readYaml file: "buildconfig.yaml"
stages {
stage('Build') {
def config = readYaml file: "buildconfig.yaml"
steps {
script {
config.schemes.each { scheme ->