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

OZG-3328 call run_helm_test.sh from Jenkinsfile

parent 895f68ab
Branches
Tags
No related merge requests found
......@@ -134,11 +134,9 @@ pipeline {
FAILED_STAGE=env.STAGE_NAME
HELM_CHART_VERSION = generateHelmChartVersion()
dir('src/main/helm') {
sh "helm lint -f ../../test/helm-linter-values.yaml"
sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
sh "./run_helm_test.sh"
dir('src/main/helm') {
sh "helm package --version=${HELM_CHART_VERSION} ."
deployHelmChart("Intelliform-Adapter", HELM_CHART_VERSION)
......@@ -154,10 +152,10 @@ pipeline {
HELM_CHART_VERSION = generateHelmChartVersion()
dir('xta-adapter/src/main/helm') {
sh "helm lint -f test-values.yaml"
sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -v '../../test/helm/values/unit-values.yaml' ."
sh "./run_helm_test.sh"
}
dir('xta-adapter/src/main/helm') {
sh "helm package --version=${HELM_CHART_VERSION} ."
deployHelmChart("xta-adapter", HELM_CHART_VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment