Commit 9bce24eb authored by test's avatar test
Browse files

update ci/jenkins/Jenkinsfile


Former-commit-id: 48095be7f97e3600fb88a9896490043e3aed81ee
parent 69ec0cfd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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'
                        }
                    }