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