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

fix jenkinsfile

parent f2c4a54c
Branches
Tags
No related merge requests found
......@@ -155,7 +155,7 @@ pipeline {
dir('src/main/helm') {
sh "helm lint -f ../../test/unit-values.yaml"
sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ."
sh "helm package --version=${HELM_CHART_VERSION} ."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment