提交 73c05491 编写于 作者: Q quicksilver

update Jenkinsfile

上级 96d341a2
......@@ -53,7 +53,7 @@ pipeline {
stage("Run Build") {
agent {
kubernetes {
label 'build'
label "${BINRARY_VERSION}-build"
defaultContainer 'jnlp'
yamlFile 'ci/jenkins/pod/milvus-gpu-version-build-env-pod.yaml'
}
......@@ -183,7 +183,7 @@ pipeline {
stage("Run Build") {
agent {
kubernetes {
label 'build'
label "${BINRARY_VERSION}-build"
defaultContainer 'jnlp'
yamlFile 'ci/jenkins/pod/milvus-cpu-version-build-env-pod.yaml'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册