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

OZG-3328 use run_helm_test.sh in Jenkinsfile

parent 9dba6154
Branches
Tags
No related merge requests found
...@@ -160,9 +160,7 @@ pipeline { ...@@ -160,9 +160,7 @@ pipeline {
HELM_CHART_VERSION = generateHelmChartVersion() HELM_CHART_VERSION = generateHelmChartVersion()
dir('src/main/helm') { dir('src/main/helm') {
sh "helm lint -f ../../test/linter-values.yaml" sh "./run_helm_test.sh"
sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
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