From: Lott, Christopher (cl778h) Date: Sat, 6 Jul 2019 09:47:29 +0000 (-0400) Subject: Configure custom maven goal in sonar template X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=6e8629e3c15edaa3c01a45bc97d92e099d145820 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 --- 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