New builds

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

5
Jenkinsfile vendored
View File

@ -1,7 +1,3 @@
node {
def config = readYaml file: "buildconfig.yaml"
}
pipeline {
agent {
label 'docker-x86_64'
@ -29,6 +25,7 @@ pipeline {
stages {
stage('Build') {
steps {
def config = readYaml file: "buildconfig.yaml"
script {
config.schemes.each { scheme ->
stage("${scheme}") {