aosapps / drone-sonar-plugin

The plugin of Drone CI to integrate with SonarQube (previously called Sonar), which is an open source code quality management platform.
MIT License
30 stars 51 forks source link

Quality Gateway wait and block pipeline + Junit exporter to use in Harness CIE #32

Open diegopereiraeng opened 2 years ago

diegopereiraeng commented 2 years ago

1 added a quality gateway check after the scan,

2 added some other properties for java binaries

3 wait for quality gateway status

4 sonar project name and key should be provide by settings now to work with all git tools.

5 Parse and export the Quality gateway report result into junit xml file (Show in tests tab on CIE).