From 48a6b4c662468e7af741f2e706bee8649e0bf844 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 2 Aug 2021 20:19:36 -0700 Subject: fix: Use HELM specific netrc builder We need a local create-netrc builder that allows us to create an entry for the helm repo which is hosted in Nexus3. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: Ic14ea2dc7910d6422872c3c0af94c01b77d7dc20 --- jjb/global-templates-helm.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'jjb/global-templates-helm.yaml') diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml index 25e3921ae..0e5986ab5 100644 --- a/jjb/global-templates-helm.yaml +++ b/jjb/global-templates-helm.yaml @@ -1,4 +1,15 @@ --- +############ +# BUILDERS # +############ + +- builder: + name: oom-create-netrc + builders: + - inject: + properties-content: "SERVER_ID={server-id}" + - shell: !include-raw-escape: ../shell/oom-create-netrc.sh + ########### # ANCHORS # ########### @@ -107,7 +118,7 @@ echo "export HELM_BIN=helm3.5" > helm.prop - shell: '{obj:pre_build_script}' - shell: '{obj:build_script}' - - lf-infra-create-netrc: + - oom-create-netrc: server-id: oom-helm - inject: properties-content: | -- cgit 1.2.3-korg