Activate SonarQube analysis
Signed-off-by: Jeroen Laverman jeroen.laverman@bosch-si.com
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
# Run tests
|
# Run tests
|
||||||
- run:
|
- run:
|
||||||
name: Test incl. license verification
|
name: Test incl. license verification
|
||||||
command: mvn verify license:check --batch-mode
|
command: sh sonarCircleCi.sh
|
||||||
|
|
||||||
# Record test results
|
# Record test results
|
||||||
- run: mkdir -p testresults/junit/
|
- run: mkdir -p testresults/junit/
|
||||||
@@ -46,8 +46,13 @@ jobs:
|
|||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: testresults/junit/
|
path: testresults/junit/
|
||||||
|
|
||||||
|
- store_artifacts:
|
||||||
|
path: testresults/junit/
|
||||||
|
destination: test-reports
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: pom.xml
|
path: pom.xml
|
||||||
|
destination: pom
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user