Skip to content
Snippets Groups Projects
Commit 82c84082 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7906 fix Jenkins helm stage

parent 1a52afe8
No related branches found
No related tags found
1 merge request!15Ozg 7906 aggregation manager server
......@@ -146,9 +146,9 @@ pipeline {
FAILED_STAGE=env.STAGE_NAME
HELM_CHART_VERSION = buildVersionName()
sh "./run_helm_test.sh"
sh "./run_helm_test_aggregation_job.sh"
dir('src/main/helm') {
dir('aggregation-manager-job/src/main/helm') {
sh "helm package --version=${HELM_CHART_VERSION} ."
deployHelmChart(HELM_CHART_VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment