From 64ea3b5ca55e87dc3782351d09319c2ec081c1bf Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 16:52:57 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 33d00f7..cd40867 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {