mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
update ci/jenkins/Jenkinsfile
Former-commit-id: 93f8729ec00b1e5c98b11c730aea684e1379af7a
This commit is contained in:
parent
7e2f364596
commit
c6970dac2a
6
ci/jenkins/Jenkinsfile
vendored
6
ci/jenkins/Jenkinsfile
vendored
@ -37,7 +37,7 @@ pipeline {
|
||||
kubernetes {
|
||||
label 'build'
|
||||
defaultContainer 'jnlp'
|
||||
yamlFile 'ci/pod/milvus-build-env-pod.yaml'
|
||||
yamlFile 'ci/jenkins/pod/milvus-build-env-pod.yaml'
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,7 +68,7 @@ pipeline {
|
||||
kubernetes {
|
||||
label 'publish'
|
||||
defaultContainer 'jnlp'
|
||||
yamlFile 'ci/pod/docker-pod.yaml'
|
||||
yamlFile 'ci/jenkins/pod/docker-pod.yaml'
|
||||
}
|
||||
}
|
||||
|
||||
@ -90,7 +90,7 @@ pipeline {
|
||||
kubernetes {
|
||||
label 'dev-test'
|
||||
defaultContainer 'jnlp'
|
||||
yamlFile 'ci/pod/testEnvironment.yaml'
|
||||
yamlFile 'ci/jenkins/pod/testEnvironment.yaml'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user