Versions Compared

Key

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

We’re thrilled to announce that we’ve released version 2.8.0 on 🎉

Download Sonar for Bamboo on the Atlassian Marketplace

Improvements

Compatibility with latest SonarQube community versions >= 8.4 where project key cannot contain Git branch name characters like "/" anymore

The app uses For SonarQube community versions which do not support -Dsonar.branch.name, the app uses the branch name as part of the project key like -Dsonar.projectKey=PROJECT_KEY:BRANCH_NAME in SonarQube community versions which do not support -Dsonar.branch.name, but with SQ .

But latest SQ versions >= 7.9.4 and >= 8.4, this is not possible because they do problematic for branch names containing “/“, since SQ does not allow "/" in project key keys anymore. This version fixes this

Fixed by using the replacement character “-” for “/” automatically.

Do not allow Prevent multiple Sonar server configurations with the same name

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

Improve log msg message in Quality gate check for canceled SonarQube tasks in Quality gate checkThe apps

Message in build log message when a task was canceled in SQ was confusing which is now improved . Improved to make this root cause more clear.

Changelog

2.8.1: resolved issues on

2.8.0: resolved issues on

...