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