Switch to global python job
[ci-management.git] / jjb / global-templates-helm.yaml
index 2697d18..7d4541f 100644 (file)
@@ -56,6 +56,7 @@
 
     <<: *helm_job_boiler_plate
     concurrent: true
+    helm_bin: helm3
 
     scm:
       - gerrit-trigger-scm:
           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}'