new variable addition for build jobs
Change-Id: I5225425990e3b3cae0f5483ddf4005e379ce145a
diff --git a/jjb/cord-test/att-workflow.yaml b/jjb/cord-test/att-workflow.yaml
index f216a82..132781a 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'
+ test-repo: 'cord-tester'
helmRepoUrl: 'https://charts.opencord.org'
Jenkinsfile: 'Jenkinsfile-attworkflow-build'
oltDebVersion: 'openolt-master.deb'
@@ -25,6 +26,7 @@
config-pod: 'onlab-pod1-voltha16'
profile: 'att-workflow'
branch: 'cord-6.1'
+ test-repo: 'cord-tester'
helmRepoUrl: 'https://charts.opencord.org'
Jenkinsfile: 'Jenkinsfile-attworkflow-build'
oltDebVersion: 'openolt-master-voltha16.deb'
@@ -43,6 +45,7 @@
config-pod: 'onlab-pod2'
profile: 'att-workflow'
branch: 'master'
+ test-repo: 'cord-tester'
helmRepoUrl: 'https://charts.opencord.org'
Jenkinsfile: 'Jenkinsfile-attworkflow-build'
oltDebVersion: 'openolt-master.deb'
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 245392d..80c949c 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -117,7 +117,7 @@
script-path: '{Jenkinsfile}'
scm:
- git:
- url: '{gerrit-server-url}/cord-tester'
+ url: '{gerrit-server-url}/{test-repo}'
branches:
- '{branch}'
diff --git a/jjb/cord-test/voltha.yaml b/jjb/cord-test/voltha.yaml
index 9f0ab20..5e6f798 100644
--- a/jjb/cord-test/voltha.yaml
+++ b/jjb/cord-test/voltha.yaml
@@ -15,6 +15,7 @@
config-pod: 'flex-ocp-cord'
release: '2.0'
branch: 'master'
+ test-repo: 'voltha-system-tests'
Jenkinsfile: 'Jenkinsfile-voltha-build'
oltDebVersion: 'openolt-seba-2.0.deb'
profile: 'multipleGem'