This commit is contained in:
parent
4bc047fe3a
commit
3ea3bf7fd9
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -2,6 +2,9 @@ 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