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

OZG-4453 adjust JenkinsFile helm path for keycloak operator

parent fd9ea456
Branches
Tags
No related merge requests found
...@@ -117,13 +117,13 @@ pipeline { ...@@ -117,13 +117,13 @@ pipeline {
} }
} }
stage('Test, build and deploy Helm Chart') { stage('Test, build and deploy Keycloak-Operator Helm Chart') {
steps { steps {
script { script {
FAILED_STAGE=env.STAGE_NAME FAILED_STAGE=env.STAGE_NAME
HELM_CHART_VERSION = generateHelmChartVersion() 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 lint -f ../../test/helm/linter_values.yaml"
sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -f '../../test/helm/*/*.yaml' ." sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -f '../../test/helm/*/*.yaml' ."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment