mirror of https://github.com/milvus-io/milvus.git
[skip ci] Remove space to fix jenkinsfile lint (#12672)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/12694/head
parent
8edbca97c0
commit
ddb4287511
|
@ -21,7 +21,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
kubernetes {
|
kubernetes {
|
||||||
label "milvus-e2e-test-nightly"
|
label "milvus-e2e-test-nightly"
|
||||||
inheritFrom 'default'
|
inheritFrom 'default'
|
||||||
defaultContainer 'main'
|
defaultContainer 'main'
|
||||||
yamlFile "build/ci/jenkins/pod/rte.yaml"
|
yamlFile "build/ci/jenkins/pod/rte.yaml"
|
||||||
|
|
Loading…
Reference in New Issue