mirror of https://github.com/milvus-io/milvus.git
Discard old build in jenkins pipeline job (#5612)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/5620/head
parent
03e3b4beb4
commit
41f2be90a2
|
@ -12,6 +12,7 @@ pipeline {
|
|||
options {
|
||||
timestamps()
|
||||
timeout(time: 1, unit: 'HOURS')
|
||||
buildDiscarder logRotator(artifactDaysToKeepStr: '30')
|
||||
// parallelsAlwaysFailFast()
|
||||
}
|
||||
stages {
|
||||
|
|
Loading…
Reference in New Issue