summaryrefslogtreecommitdiffstats
path: root/jjb/policy/policy-distribution.yaml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-01-20 16:36:09 +0000
committerliamfallon <liam.fallon@est.tech>2022-01-20 16:36:23 +0000
commit5e391b078174696049059883895ce5ba90b1a464 (patch)
treea4626e499afef21ff1e09aff3c60fd9673c47d58 /jjb/policy/policy-distribution.yaml
parentcd3c5cb372e1cafbdc4b0eb9867961f865712d37 (diff)
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>
Diffstat (limited to 'jjb/policy/policy-distribution.yaml')
-rw-r--r--jjb/policy/policy-distribution.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/jjb/policy/policy-distribution.yaml b/jjb/policy/policy-distribution.yaml
index 450bea6c7..423650534 100644
--- a/jjb/policy/policy-distribution.yaml
+++ b/jjb/policy/policy-distribution.yaml
@@ -64,7 +64,13 @@
nexus-iq-namespace: 'onap-'
project: policy/distribution
project-name: 'policy-distribution'
- branch: 'master'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'honolulu':
+ branch: 'honolulu'
+ - 'istanbul':
+ branch: 'istanbul'
mvn-settings: 'policy-distribution-settings'
java-version: openjdk11