This commit is contained in:
parent
3ea3bf7fd9
commit
202ded7ee7
1 changed files with 2 additions and 3 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
|
@ -1,10 +1,9 @@
|
|||
discardBuilds
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
label "built-in"
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '16', artifactNumToKeepStr: '16'))
|
||||
}
|
||||
stages {
|
||||
stage("Build") {
|
||||
parallel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue