mirror of https://github.com/milvus-io/milvus.git
[skip ci] Set default checkout for jenkins ci (#5867)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/5869/head^2
parent
5b85bda30f
commit
e70d359600
|
@ -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()
|
||||
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue