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