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

OZG-4765 enable helm tests

parent f0735db3
Branches
Tags rm
No related merge requests found
...@@ -167,11 +167,11 @@ pipeline { ...@@ -167,11 +167,11 @@ pipeline {
HELM_CHART_VERSION = generateHelmChartVersion() HELM_CHART_VERSION = generateHelmChartVersion()
dir('src/main/helm') { dir('src/main/helm') {
// sh "helm lint -f test-values.yaml" sh "helm lint -f test-values.yaml"
// sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ." sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
// sh "helm package --version=${HELM_CHART_VERSION} ." sh "helm package --version=${HELM_CHART_VERSION} ."
deployHelmChart(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