update ci/jenkins/Jenkinsfile

Former-commit-id: 93f8729ec00b1e5c98b11c730aea684e1379af7a
This commit is contained in:
test 2019-10-16 21:25:02 +08:00
parent 7e2f364596
commit c6970dac2a

View File

@ -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'
}
}