Compare commits

..

No commits in common. "a248753ee25025a64639737e5c320017ff94fd61" and "ff057418a1996a93b5af8e77b53363396b64d5ae" have entirely different histories.

1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
stage('Build') {
steps {
script {
def config = readYaml file: 'buildconfig.yaml'
def config = readYaml("buildconfig.yaml")
config.schemes.each { scheme ->
stage("${scheme}") {
agent {