New builds

This commit is contained in:
retropikzel 2026-07-22 16:11:34 +03:00
parent c82bed7137
commit e09497a462
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -21,7 +21,9 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
} }
def config = readYaml file: "buildconfig.yaml" node {
def config = readYaml file: "buildconfig.yaml"
}
stages { stages {
stage('Build') { stage('Build') {