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-parent.yaml b/jjb/policy/policy-parent.yaml
index e58c01d..6e387c0 100644
--- a/jjb/policy/policy-parent.yaml
+++ b/jjb/policy/policy-parent.yaml
@@ -36,7 +36,13 @@
nexus-iq-namespace: 'onap-'
project: policy/parent
project-name: 'policy-parent'
- branch: 'master'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'honolulu':
+ branch: 'honolulu'
+ - 'istanbul':
+ branch: 'istanbul'
mvn-settings: 'policy-parent-settings'
java-version: openjdk11