mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
Set failfast true for all subsequent parallel stages in Jenkins pipeline
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
parent
7d991457af
commit
7d8f0e759b
1
build/ci/jenkins/Jenkinsfile
vendored
1
build/ci/jenkins/Jenkinsfile
vendored
@ -12,6 +12,7 @@ pipeline {
|
||||
}
|
||||
options {
|
||||
timestamps()
|
||||
parallelsAlwaysFailFast()
|
||||
}
|
||||
environment {
|
||||
PROJECT_NAME = "milvus"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user