summaryrefslogtreecommitdiffstats
path: root/jjb/holmes
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-12-03 18:02:07 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-12-03 18:02:07 -0800
commitf98713682d6c0a94dc98233a31e5fcfe31d05678 (patch)
treebd8afca04bb0685ae0c1901f0228f0a6a984a2ba /jjb/holmes
parent8b5886d2506efece8efc61aab4f33384ed292b5f (diff)
Add nexus-iq-namespace for CLM jobs
Add nexus-iq-namespace variable for CLM jobs to use the 'onap' prefix in Nexus IQ reports. Having this prefix, will help in situations where two different organizations have the same application names. Change-Id: Id689cbb482d823482932fb4d397bd2adae950735 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/holmes')
-rw-r--r--jjb/holmes/holmes-common.yaml1
-rw-r--r--jjb/holmes/holmes-dsa.yaml1
-rw-r--r--jjb/holmes/holmes-engine-mgt.yaml1
-rw-r--r--jjb/holmes/holmes-rule-mgt.yaml1
4 files changed, 4 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml
index 2f4b51f7f..fe37740b6 100644
--- a/jjb/holmes/holmes-common.yaml
+++ b/jjb/holmes/holmes-common.yaml
@@ -39,6 +39,7 @@
name: holmes-common-clm
jobs:
- gerrit-maven-clm
+ nexus-iq-namespace: 'onap-'
project: holmes/common
project-name: 'holmes-common'
branch: 'master'
diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml
index fec7975cc..82e03fe04 100644
--- a/jjb/holmes/holmes-dsa.yaml
+++ b/jjb/holmes/holmes-dsa.yaml
@@ -37,6 +37,7 @@
name: holmes-dsa-clm
jobs:
- gerrit-maven-clm
+ nexus-iq-namespace: 'onap-'
project: holmes/dsa
project-name: 'holmes-dsa'
branch: 'master'
diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml
index 213365f75..fb36947be 100644
--- a/jjb/holmes/holmes-engine-mgt.yaml
+++ b/jjb/holmes/holmes-engine-mgt.yaml
@@ -37,6 +37,7 @@
name: holmes-engine-management-clm
jobs:
- gerrit-maven-clm
+ nexus-iq-namespace: 'onap-'
project: holmes/engine-management
project-name: 'holmes-engine-management'
branch: 'master'
diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml
index b8db174f2..42f82ba43 100644
--- a/jjb/holmes/holmes-rule-mgt.yaml
+++ b/jjb/holmes/holmes-rule-mgt.yaml
@@ -37,6 +37,7 @@
name: holmes-rule-management-clm
jobs:
- gerrit-maven-clm
+ nexus-iq-namespace: 'onap-'
project: holmes/rule-management
project-name: 'holmes-rule-management'
branch: 'master'