Discard old build in jenkins pipeline job (#5612)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/5620/head
quicksilver 2021-06-04 17:24:34 +08:00 committed by GitHub
parent 03e3b4beb4
commit 41f2be90a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ pipeline {
options {
timestamps()
timeout(time: 1, unit: 'HOURS')
buildDiscarder logRotator(artifactDaysToKeepStr: '30')
// parallelsAlwaysFailFast()
}
stages {