Update cloud image list docs
[releng/builder.git] / jjb / packaging / helm.yaml
index bd62aeee06229d97eaa6a83f2c537ee1a526587c..280c37f500c43dfb11e726b86a5af0af68d76f26 100644 (file)
@@ -76,7 +76,7 @@
 ###########
 # ANCHORS #
 ###########
-- helm_job_boiler_plate: &helm_job_boiler_plate
+- _helm_job_boiler_plate: &helm_job_boiler_plate
     name: helm_job_boiler_plate
 
     ######################
     helm_build_script: |
       #!/bin/bash
       set -x
-      source helm.prop
+      . helm.prop
       set -e -o pipefail
       cd helm/opendaylight
       helm3.7 version
       helm3.7 package .
 
     stream:
-      - "master":
-          branch: "sulfur"
-      - phosphorus:
-          branch: stable/phosphorus
-      - silicon:
-          branch: stable/silicon
+      - calcium:
+          branch: "master"
+      - potassium:
+          branch: "stable/potassium"
+      - argon:
+          branch: "stable/argon"
 
     helm_bin:
       - helm3.7