New builds

This commit is contained in:
retropikzel 2026-07-22 16:52:57 +03:00
parent 5ca3fc468b
commit 64ea3b5ca5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
stage('Build') {
steps {
script {
def config = readJSONfile: 'builds.json'
def config = readJSON file: 'builds.json'
config.builds.each { build ->
stage("${build.name}") {
agent {