New builds
This commit is contained in:
parent
1bd0978edb
commit
0198cf9bdd
|
|
@ -1,7 +1,3 @@
|
||||||
node {
|
|
||||||
def config = readYaml file: "buildconfig.yaml"
|
|
||||||
}
|
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
label 'docker-x86_64'
|
label 'docker-x86_64'
|
||||||
|
|
@ -29,6 +25,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
def config = readYaml file: "buildconfig.yaml"
|
||||||
script {
|
script {
|
||||||
config.schemes.each { scheme ->
|
config.schemes.each { scheme ->
|
||||||
stage("${scheme}") {
|
stage("${scheme}") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue