[skip ci] Set default checkout for Jenkins CI (#5880)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/5881/head
quicksilver 2021-06-18 19:26:11 +08:00 committed by GitHub
parent c232f8bf66
commit 3f22637f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ pipeline {
options {
timestamps()
timeout(time: 30, unit: 'MINUTES')
// This is required if you want to clean before build
skipDefaultCheckout(true)
// parallelsAlwaysFailFast()
}