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