Update jenkinsfile
This commit is contained in:
parent
96cd583c63
commit
23b1f20751
1 changed files with 7 additions and 0 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -2,6 +2,13 @@ pipeline {
|
|||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
options {
|
||||
buildDiscarder(
|
||||
logRotator(
|
||||
numToKeepStr: '5'
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
|
Loading…
Reference in a new issue