mirror of https://github.com/milvus-io/milvus.git
[skip ci] Set default checkout for Jenkins CI (#5880)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/5881/head
parent
c232f8bf66
commit
3f22637f83
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue