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