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

OZG-3075 fix jenkinsfile

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