sonarqube - Does continuous inspection still work with Sonar 5.1.X? -


i'm trying run preview analysis (java) project of ours sonarqube 5.1.1. able local report generated, no coverage data, , message [info] [xx:yy:zz.zzz] build breaker plugin no more supported in preview/incremental mode.

if check here, page says starting sonarqube 5.1, build breaker plugin not work longer in preview & incremental modes..

i'm confused - thought continuous inspection 1 needs build breaker plugin. no longer so? has concept in sonarqube changed?

why not getting coverage data when running preview analysis?

i don't know you've read this, continuous inspection not related preview/incremental mode nor build breaker plugin - it's not related sonarqube (even though has been pushed sonarsource beginning).

here key points:

  • continuous inspection analyzing code can in order monitor (and improve) quality of code. whatever tool.
  • on sonarqube, means running analyses push information on server can monitor what's going on , take required actions application portfolio.

obviously, when developer, you'd manage issues early, before pushed source code repository. experience tells preventing code push because of issues bad pattern - because issues might false-positive or not relevant in context (and still want - , have right, push code). why feel build breaker plugin not aligned this, , replaced in upcoming versions of sq native features match better these concepts:

  • very efficient code analysis display issues in ide @ speed of light - without computing metrics
  • preview mode compute , make possible check quality gate before pushing code source code repository - without impacting results on server
    • and in case, using specific information found in logs, possible ci fail build

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -