[skip ci] Allow jenkins ci fail fast (#8390)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/8392/head
edward.zeng 2021-09-23 15:11:55 +08:00 committed by GitHub
parent 177a465913
commit 9d567c5a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pipeline {
timestamps()
timeout(time: total_timeout_minutes, unit: 'MINUTES')
buildDiscarder logRotator(artifactDaysToKeepStr: '30')
// parallelsAlwaysFailFast()
parallelsAlwaysFailFast()
}
stages {