Compare commits
No commits in common. "a248753ee25025a64639737e5c320017ff94fd61" and "ff057418a1996a93b5af8e77b53363396b64d5ae" have entirely different histories.
a248753ee2
...
ff057418a1
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue