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

OZG-3328 call run_helm_test.sh from Jenkinsfile

parent c8d486cd
No related branches found
No related tags found
No related merge requests found
...@@ -164,10 +164,9 @@ pipeline { ...@@ -164,10 +164,9 @@ pipeline {
FAILED_STAGE=env.STAGE_NAME FAILED_STAGE=env.STAGE_NAME
HELM_CHART_VERSION = generateHelmChartVersion() HELM_CHART_VERSION = generateHelmChartVersion()
dir('src/main/helm') { sh "./run_helm_test.sh"
sh "helm lint -f ../../test/linter-values.yaml"
sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ." dir('src/main/helm') {
sh "helm package --version=${HELM_CHART_VERSION} ." sh "helm package --version=${HELM_CHART_VERSION} ."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment