mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Merge pull request #490 from ZhifengZhang-CN/0.6.0
fixed Helm Release Name bug
This commit is contained in:
commit
82f767585d
3
ci/jenkins/Jenkinsfile
vendored
3
ci/jenkins/Jenkinsfile
vendored
@ -114,7 +114,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