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