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