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