Thomas Weißschuh
Thomas Weißschuh
No, you would have to get the source for this PR, build it, install it in sonarqube, run an analysis, see if it behaves as you expect and then possibly...
Currently only the threshold exists. The plan is to use a generic Quality Gate. But this is still missing features on SonarQube side. See https://jira.sonarsource.com/browse/SONAR-6763
@gauee Could you elaborate this?
@gauee I would prefer to keep any notion of the execution environment out of the sonar-stash plugin. If you create a dedicated plugin this is completely fine (although I think...
Hi @BattleLoot , Bitbucket rejects the report because it is too large. We should probably push multiple comments and have a sane cutoff to not swamp the PR with comments....
`sonar-scanner` 2.8 is very old. I can't even find it to reproduce the issue. Can you try again with a more recent version of `sonar-scanner`?
I can't reproduce the issue with the integration test suite and these versions. Duplicate jars should not be the problem. Maybe you can try to run the integration test suite...
Hi @Hilalem, sorry for the long time to respond. Several questions: * Do you use the sonarqube BRANCH plugin in any way? * Can you give me timestamps for: *...
Hi Martin, Yes, the development of the plugin has effectively stopped (except if a severe is found) * If it is indeed a bug fix it will be reviewed/merged *...
You can try to use the plugin with SonarQube 7.7 to observe the following behaviour: The plugin is implementing an extension point that is run after the normal analysis (`PostJob`)....