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

OZG-3075 fix jenkinsfile

parent 20751746
No related branches found
No related tags found
No related merge requests found
...@@ -187,8 +187,10 @@ pipeline { ...@@ -187,8 +187,10 @@ pipeline {
stage('Test, build and deploy Helm Chart') { stage('Test, build and deploy Helm Chart') {
steps { steps {
container('k8s') { container('k8s') {
script {
FAILED_GOOFY_STAGE=env.STAGE_NAME FAILED_GOOFY_STAGE=env.STAGE_NAME
def helmChartVersion = generateImageTag() def helmChartVersion = generateImageTag()
setHelmChartVersion(helmChartVersion) setHelmChartVersion(helmChartVersion)
sh "helm lint -f goofy-server/src/main/helm/test-values.yaml goofy-server/src/main/helm" sh "helm lint -f goofy-server/src/main/helm/test-values.yaml goofy-server/src/main/helm"
...@@ -200,6 +202,7 @@ pipeline { ...@@ -200,6 +202,7 @@ pipeline {
} }
} }
} }
}
stage('Trigger Dev rollout') { stage('Trigger Dev rollout') {
when { when {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment