From bbe6829012d9bf3519c6ea30352fd02e25f19408 Mon Sep 17 00:00:00 2001 From: Jeroen Laverman Date: Tue, 16 Oct 2018 11:12:48 +0200 Subject: [PATCH] Activate SonarQube analysis Signed-off-by: Jeroen Laverman jeroen.laverman@bosch-si.com --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8593b31b7..183005513 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: # Run tests - run: name: Test incl. license verification - command: mvn verify license:check --batch-mode + command: sh sonarCircleCi.sh # Record test results - run: mkdir -p testresults/junit/ @@ -45,9 +45,14 @@ jobs: - store_test_results: path: testresults/junit/ + + - store_artifacts: + path: testresults/junit/ + destination: test-reports - store_artifacts: path: pom.xml + destination: pom - save_cache: paths: