diff --git a/Jenkinsfile b/Jenkinsfile index 16df4a8..fcded81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,9 +21,10 @@ pipeline { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) } + def config = readYaml file: "buildconfig.yaml" + stages { stage('Build') { - def config = readYaml file: "buildconfig.yaml" steps { script { config.schemes.each { scheme ->