From d4bcfaa94377eb7c29d765aa5a7545630a85c408 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 12 Jan 2024 14:26:49 +0100 Subject: [PATCH] OZG-3328 call run_helm_test.sh from Jenkinsfile --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9cadf7c889..3d21537012 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -164,10 +164,9 @@ pipeline { FAILED_STAGE=env.STAGE_NAME HELM_CHART_VERSION = generateHelmChartVersion() - dir('src/main/helm') { - sh "helm lint -f ../../test/linter-values.yaml" + sh "./run_helm_test.sh" - sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ." + dir('src/main/helm') { sh "helm package --version=${HELM_CHART_VERSION} ." -- GitLab