From 0daf9abef326bb6bb91e5202ca2f5348a5dad199 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Mon, 18 Feb 2019 21:02:37 -0500 Subject: [PATCH] Update schema service jjb to use the schema service instead of the resources microservice when pushing to sonar Issue-ID: AAI-1976 Change-Id: If411227d31a1be91615fc1fa2a3934f1884edb97 Signed-off-by: Kajur, Harish (vk250x) --- jjb/aai/aai-schema-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/aai/aai-schema-service.yaml b/jjb/aai/aai-schema-service.yaml index 56f7926fd..c77e402b2 100644 --- a/jjb/aai/aai-schema-service.yaml +++ b/jjb/aai/aai-schema-service.yaml @@ -33,7 +33,7 @@ - gerrit-maven-sonar cron: '@daily' build-node: ubuntu1604-builder-4c-4g - project: 'aai/resources' + project: 'aai/schema-service' project-name: 'aai-schema-service' branch: 'master' mvn-settings: 'aai-schema-service-settings' @@ -46,7 +46,7 @@ jobs: - gerrit-maven-clm nexus-iq-namespace: 'onap-' - project: 'aai/resources' + project: 'aai/schema-service' project-name: 'aai-schema-service' stream: - 'master': -- 2.16.6