mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 15:05:31 +08:00
update ci/jenkins/Jenkinsfile
This commit is contained in:
parent
7dc5bf9fab
commit
4e23e85cab
6
ci/jenkins/Jenkinsfile
vendored
6
ci/jenkins/Jenkinsfile
vendored
@ -66,7 +66,7 @@ pipeline {
|
||||
stage('Run Build') {
|
||||
agent {
|
||||
kubernetes {
|
||||
label "${OS_NAME}-${BINRARY_VERSION}-build"
|
||||
label "${OS_NAME}-${BINRARY_VERSION}-build-${env.BUILD_NUMBER}"
|
||||
defaultContainer 'jnlp'
|
||||
yamlFile "ci/jenkins/pod/milvus-${BINRARY_VERSION}-version-${OS_NAME}-build-env-pod.yaml"
|
||||
}
|
||||
@ -118,7 +118,7 @@ pipeline {
|
||||
stage('Publish docker images') {
|
||||
agent {
|
||||
kubernetes {
|
||||
label "${OS_NAME}-${BINRARY_VERSION}-publish"
|
||||
label "${OS_NAME}-${BINRARY_VERSION}-publish-${env.BUILD_NUMBER}"
|
||||
defaultContainer 'jnlp'
|
||||
yamlFile 'ci/jenkins/pod/docker-pod.yaml'
|
||||
}
|
||||
@ -152,7 +152,7 @@ pipeline {
|
||||
|
||||
agent {
|
||||
kubernetes {
|
||||
label "${OS_NAME}-${BINRARY_VERSION}-dev-test"
|
||||
label "${OS_NAME}-${BINRARY_VERSION}-dev-test-${env.BUILD_NUMBER}"
|
||||
defaultContainer 'jnlp'
|
||||
yamlFile 'ci/jenkins/pod/testEnvironment.yaml'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user