New builds
This commit is contained in:
parent
b8b3c80ee6
commit
b0f51011cc
|
|
@ -25,7 +25,7 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
script {
|
||||
def config = readYaml file: buildconfig.yaml
|
||||
def config = readYaml file: "buildconfig.yaml"
|
||||
config.schemes.each { scheme ->
|
||||
stage("${scheme}") {
|
||||
agent {
|
||||
|
|
|
|||
Loading…
Reference in New Issue