Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Compatibility with SonarQube >= 8.4 where project key cannot contain Git branch name characters like "/" anymore By focus

The app uses -Dsonar.projectKey=PROJECT_KEY:BRANCH_NAME in SonarQube community versions which do not support -Dsonar.branch.name, but with SQ >= 7.9.4 and >= 8.4, this is not possible because they do not allow "/" in project key anymore. This version fixes this by using the replacement character “-” for “/” automatically.

Do not allow multiple Sonar server configurations with the same nameDocu

So far it was possible to configure multiple Sonar server configurations with the same name. This is now forbidden to avoid any confusion.

Improve log msg for cancelled canceled SonarQube tasks in Quality gate check

The apps build log message when a task was canceled in SQ was confusing which is now improved to make this more clear.

Changelog

2.8.0: resolved issues on

  • Sonar Gradle Task doesn't use configured project key override

  • Maven Sonar analysis fails with NullPointerException when updated from Bamboo specs and no additional SQ params parameters are configured

Do you have any questions, suggestions, or problems?

Let us know. We’re glad to help!

...