New builds

This commit is contained in:
retropikzel 2026-07-22 16:12:14 +03:00
parent e09497a462
commit 1bd0978edb
1 changed files with 4 additions and 3 deletions

7
Jenkinsfile vendored
View File

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