Compare commits
2 Commits
ff057418a1
...
a248753ee2
| Author | SHA1 | Date |
|---|---|---|
|
|
a248753ee2 | |
|
|
78eb7d72fa |
|
|
@ -26,7 +26,7 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
script {
|
||||
def config = readYaml("buildconfig.yaml")
|
||||
def config = readYaml file: 'buildconfig.yaml'
|
||||
config.schemes.each { scheme ->
|
||||
stage("${scheme}") {
|
||||
agent {
|
||||
|
|
|
|||
Loading…
Reference in New Issue