Change sonarqube configuration (#712)
* Remove Sonar-Batch Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * Remove sonar scan from circlci configuration * move sonar script to .circleci folder for CircleCi 2.0 preparation Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
c2daf650c4
commit
55e92316c1
@@ -5,7 +5,6 @@
|
||||
Eclipse [hawkBit](http://www.eclipse.org/hawkbit/index.html) is an domain independent back end solution for rolling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure.
|
||||
|
||||
Build: [](https://circleci.com/gh/eclipse/hawkbit)
|
||||
[](https://sonar.ops.bosch-iot-rollouts.com)
|
||||
[](https://maven-badges.herokuapp.com/maven-central/org.eclipse.hawkbit/hawkbit-parent)
|
||||
|
||||
Docker images: [](https://hub.docker.com/r/hawkbit/hawkbit-update-server) [](https://hub.docker.com/r/hawkbit/hawkbit-update-server)
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies:
|
||||
|
||||
test:
|
||||
override:
|
||||
- sh sonarCircleCi.sh
|
||||
- mvn verify license:check
|
||||
post:
|
||||
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
|
||||
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
|
||||
|
||||
Reference in New Issue
Block a user