Skip build of dashboard docker image in Sonar job
[ci-management.git] / jjb / portal-ric-dashboard / portal-ric-dashboard.yaml
index 8940287..7027048 100644 (file)
@@ -51,8 +51,9 @@
 - project:
     <<: *portal_ric_dashboard_common
     name: portal-ric-dashboard-sonar
-    mvn-goals: test
     branch: master
+    # template goal install builds image which is not needed
+    mvn-params: -Ddocker.skip=true
     sonarcloud: true
     sonarcloud-api-token: '{sonarcloud_api_token}'
     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'