mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
Merge pull request #501 from ZhifengZhang-CN/0.6.0
fixed Helm Release Name bug
This commit is contained in:
commit
7595c0b3e4
3
ci/jenkins/Jenkinsfile
vendored
3
ci/jenkins/Jenkinsfile
vendored
@ -249,7 +249,8 @@ pipeline {
|
||||
|
||||
stage("Deploy to Development") {
|
||||
environment {
|
||||
HELM_RELEASE_NAME = "${env.PIPELINE_NAME}-${env.SEMVER}-${env.BUILD_NUMBER}-single-${env.BINRARY_VERSION}".toLowerCase()
|
||||
FROMAT_SEMVER = "${env.SEMVER}".replaceAll(".", "-")
|
||||
HELM_RELEASE_NAME = "${env.PIPELINE_NAME}-${env.FROMAT_SEMVER}-${env.BUILD_NUMBER}-single-${env.BINRARY_VERSION}".toLowerCase()
|
||||
}
|
||||
|
||||
agent {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user