summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-helm.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2021-08-02 20:19:36 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2021-08-02 20:19:36 -0700
commit48a6b4c662468e7af741f2e706bee8649e0bf844 (patch)
tree558b4014e2474e914bc761c51217b8d63a2a3079 /jjb/global-templates-helm.yaml
parent3c54b2ea1d93f542e7c38b748d803992cfb80205 (diff)
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 <jwagantall@linuxfoundation.org> Change-Id: Ic14ea2dc7910d6422872c3c0af94c01b77d7dc20
Diffstat (limited to 'jjb/global-templates-helm.yaml')
-rw-r--r--jjb/global-templates-helm.yaml13
1 files changed, 12 insertions, 1 deletions
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: |