diff --git a/Jenkinsfile b/Jenkinsfile index 831f321..87a740c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stage('Build') { steps { script { - def config = readYaml("buildconfig.yaml") + def config = readYaml file: "buildconfig.yaml" config.schemes.each { scheme -> stage("${scheme}") { agent {