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