提交 9bce24eb 编写于 作者: T test

update ci/jenkins/Jenkinsfile


Former-commit-id: 48095be7f97e3600fb88a9896490043e3aed81ee
上级 69ec0cfd
......@@ -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'
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册