From 6e8629e3c15edaa3c01a45bc97d92e099d145820 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Sat, 6 Jul 2019 05:47:29 -0400 Subject: [PATCH] Configure custom maven goal in sonar template Use 'test' to compile and test but not build the docker image, instead of the default configuration 'clean install'. Signed-off-by: Lott, Christopher (cl778h) Change-Id: Ia905abb9a8a0c25f76e6fc4eb0e7901764c9f2cf --- jjb/portal-ric-dashboard/portal-ric-dashboard.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml index 5b962cf0..02551f20 100644 --- a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml +++ b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml @@ -28,6 +28,7 @@ name: portal-ric-dashboard-sonar project-name: portal-ric-dashboard project: portal/ric-dashboard + mvn-goals: test mvn-settings: portal-ric-dashboard-settings branch: master build-node: ubuntu1804-docker-4c-4g -- 2.16.6