Skip to content
Snippets Groups Projects
Commit 0232a3b1 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6923 update imageTag/helmVersion in jenkinsfile

parent 207a2516
Branches
Tags
No related merge requests found
...@@ -215,9 +215,9 @@ pipeline { ...@@ -215,9 +215,9 @@ pipeline {
stage('Test, build and deploy Alfa-Client Helm Chart') { stage('Test, build and deploy Alfa-Client Helm Chart') {
steps { steps {
script { script {
FAILED_STAGE=env.STAGE_NAME
HELM_CHART_VERSION = buildVersionName()
dir('alfa-client') { dir('alfa-client') {
FAILED_STAGE=env.STAGE_NAME
HELM_CHART_VERSION = buildVersionName()
sh "./run_helm_test.sh" sh "./run_helm_test.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment