From 40c5bdbc98fedd3352a3a03dc3a612aa4b84e4fd Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 11 Dec 2023 14:56:55 +0100
Subject: [PATCH] OZG-4453 adjust JenkinsFile helm path for keycloak operator

---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1c52fb2..252984b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -117,13 +117,13 @@ pipeline {
             }
         }
 
-        stage('Test, build and deploy Helm Chart') {
+        stage('Test, build and deploy Keycloak-Operator Helm Chart') {
             steps {
                 script {
                     FAILED_STAGE=env.STAGE_NAME
                     HELM_CHART_VERSION = generateHelmChartVersion()
 
-                    dir('src/main/helm') {
+                    dir('ozgcloud-keycloak-operator/src/main/helm') {
                         sh "helm lint -f ../../test/helm/linter_values.yaml"
 
                         sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -f '../../test/helm/*/*.yaml' ."
-- 
GitLab