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