You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a property sonar.groovy.reportPaths in order to override the default target/surefire-reports. If I use the property sonar.junit.reportPaths and set the value to another path, SurefireSensor [java] examines the new path. However, GroovySurefireSensor ignores the setting. This would be incredibly helpful in pipeline with several sub-project build/tests.
SonarQube 6.7.1.35068 community
Plugins:
I would like to request a property sonar.groovy.reportPaths in order to override the default target/surefire-reports. If I use the property sonar.junit.reportPaths and set the value to another path, SurefireSensor [java] examines the new path. However, GroovySurefireSensor ignores the setting. This would be incredibly helpful in pipeline with several sub-project build/tests.
14:43:11.641 INFO: Sensor GroovySurefireSensor [groovy] 14:43:11.643 INFO: parsing /var/lib/jenkins/workspace/aa_marks_components_unit/target/surefire-reports ... 14:43:11.647 INFO: Sensor SurefireSensor [java] 14:43:11.649 INFO: parsing [/var/lib/jenkins/workspace/aa_marks_components_unit/build/test-results/test]
Many thanks for your time.
The text was updated successfully, but these errors were encountered: