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 {