[skip ci] Set default checkout for jenkins ci (#5867)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/5869/head^2
quicksilver 2021-06-18 14:51:54 +08:00 committed by GitHub
parent 5b85bda30f
commit e70d359600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -15,8 +15,6 @@ pipeline {
timestamps()
timeout(time: 1, unit: 'HOURS')
buildDiscarder logRotator(artifactDaysToKeepStr: '30')
// This is required if you want to clean before build
skipDefaultCheckout(true)
// parallelsAlwaysFailFast()
}
stages {