diff options
Diffstat (limited to 'jjb/global-templates-helm.yaml')
-rw-r--r-- | jjb/global-templates-helm.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml index 2697d1871..7d4541f37 100644 --- a/jjb/global-templates-helm.yaml +++ b/jjb/global-templates-helm.yaml @@ -56,6 +56,7 @@ <<: *helm_job_boiler_plate concurrent: true + helm_bin: helm3 scm: - gerrit-trigger-scm: @@ -69,10 +70,13 @@ server: '{server-name}' project: '{project}' branch: '{branch}' + helm_bin: '{helm_bin}' files: '{files}' builders: - lf-infra-pre-build + - inject: + properties-content: 'HELM_BIN={helm_bin}' - shell: '{obj:pre_build_script}' - shell: '{obj:build_script}' |