Skip to content
Snippets Groups Projects
Commit 94fc5259 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3328 use run_helm_test.sh in Jenkinsfile

parent b884d87a
No related branches found
No related tags found
No related merge requests found
......@@ -159,9 +159,10 @@ pipeline {
FAILED_STAGE=env.STAGE_NAME
HELM_CHART_VERSION = generateHelmChartVersion()
dir('src/main/helm') {
sh "./run_helm_test.sh"
dir('src/main/helm') {
sh "helm package --version=${HELM_CHART_VERSION} ."
deployHelmChart(HELM_CHART_VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment