From 0ded76720f2957c9eeccdc19ed071f18517107ce Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Tue, 30 Jul 2019 22:09:31 -0400 Subject: [PATCH] Move nexus-iq-namespace to correct project Missed this configuration parameter when I defined the separate CLM job. Signed-off-by: Lott, Christopher (cl778h) Change-Id: Ie7d9718bc70a5127ebc4e8ffb8c4f2c87b613c0a --- jjb/portal-ric-dashboard/portal-ric-dashboard.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml index 7df1bc4b..f5ae0ea6 100644 --- a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml +++ b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml @@ -14,7 +14,6 @@ mvn-settings: portal-ric-dashboard-settings mvn-params: -Dbuild.number=${{BUILD_NUMBER}} java-version: openjdk11 - nexus-iq-namespace: 'oran-' build-node: ubuntu1804-docker-4c-4g jobs: - gerrit-maven-docker-verify @@ -33,6 +32,7 @@ java-version: openjdk11 branch: master build-node: ubuntu1804-docker-4c-4g + nexus-iq-namespace: 'oran-' jobs: - gerrit-maven-clm @@ -45,12 +45,12 @@ java-version: openjdk11 branch: master build-node: ubuntu1804-docker-4c-4g - jobs: - - gerrit-maven-sonar sonarcloud: true sonarcloud-project-key: o-ran-sc_portal-ric-dashboard sonarcloud-project-organization: o-ran-sc sonarcloud-api-token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef + jobs: + - gerrit-maven-sonar - project: name: portal-ric-dashboard-info -- 2.16.6