mirror of https://github.com/milvus-io/milvus.git
[skip ci] Allow jenkins ci fail fast (#8390)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/8392/head
parent
177a465913
commit
9d567c5a36
|
@ -9,7 +9,7 @@ pipeline {
|
|||
timestamps()
|
||||
timeout(time: total_timeout_minutes, unit: 'MINUTES')
|
||||
buildDiscarder logRotator(artifactDaysToKeepStr: '30')
|
||||
// parallelsAlwaysFailFast()
|
||||
parallelsAlwaysFailFast()
|
||||
|
||||
}
|
||||
stages {
|
||||
|
|
Loading…
Reference in New Issue