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