Update CLM jobs to issue reports on branches

Changes needed to Jenkins jobs to gneerate CLM reports for Istanbul and
Honolulu brnches

Issue-ID: POLICY-3862
Change-Id: Ia088ac66b09615c32facf3c51824fc3f07324ed7
Signed-off-by: liamfallon <liam.fallon@est.tech>
diff --git a/jjb/policy/policy-gui.yaml b/jjb/policy/policy-gui.yaml
index 50b5e64..8d4927e 100644
--- a/jjb/policy/policy-gui.yaml
+++ b/jjb/policy/policy-gui.yaml
@@ -61,7 +61,13 @@
     nexus-iq-namespace: 'onap-'
     project: policy/gui
     project-name: 'policy-gui'
-    branch: 'master'
+    stream:
+      - 'master':
+          branch: 'master'
+      - 'honolulu':
+          branch: 'honolulu'
+      - 'istanbul':
+          branch: 'istanbul'
     mvn-settings: 'policy-gui-settings'
     java-version: openjdk11