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

OZG-4765 enable helm tests

parent f0735db3
No related branches found
No related tags found
No related merge requests found
......@@ -167,11 +167,11 @@ pipeline {
HELM_CHART_VERSION = generateHelmChartVersion()
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)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment