Merge "adding paramater for helm repo url for pod jobs"
diff --git a/jjb/cord-test/att-workflow.yaml b/jjb/cord-test/att-workflow.yaml
index 7301f9c..07823e0 100644
--- a/jjb/cord-test/att-workflow.yaml
+++ b/jjb/cord-test/att-workflow.yaml
@@ -15,6 +15,7 @@
          config-pod: 'onlab-pod1'
          profile: 'att-workflow'
          branch: 'master'
+         helmRepoUrl: 'https://charts.opencord.org'
          Jenkinsfile: 'Jenkinsfile-attworkflow-build'
          oltDebVersion: 'openolt-master.deb'
 
@@ -32,6 +33,7 @@
          config-pod: 'onlab-pod2'
          profile: 'att-workflow'
          branch: 'master'
+         helmRepoUrl: 'https://charts.opencord.org'
          Jenkinsfile: 'Jenkinsfile-attworkflow-build'
          oltDebVersion: 'openolt-master.deb'
 
@@ -41,6 +43,7 @@
          config-pod: 'flex-ocp-cord-voltha-master'
          profile: 'att-workflow'
          branch: 'master'
+         helmRepoUrl: 'https://charts.opencord.org'
          Jenkinsfile: 'Jenkinsfile-attworkflow-build'
          oltDebVersion: 'openolt-master.deb'
          time: '6'
@@ -62,6 +65,7 @@
          config-pod: 'flex-onf-pod1'
          profile: 'att-workflow'
          branch: 'master'
+         helmRepoUrl: 'https://charts.opencord.org'
          Jenkinsfile: 'Jenkinsfile-attworkflow-build'
          oltDebVersion: 'openolt-master.deb'
          configurePod: false
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index debaa61..b7f0b51 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -72,6 +72,11 @@
          default: '{branch}'
 
       - string:
+         name: helmRepoUrl
+         default: 'https://charts.opencord.org'
+         description: 'URL where helm-charts are published'
+
+      - string:
          name: profile
          default: '{profile}'
          description: 'Profile in which this job installs'