...
Compatibility with latest SonarQube community versions >= 8.4 where project key cannot contain Git branch name characters like "/" anymore
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
.
But from latest SQ versions >= 7.9.4 and >= 8.4, this is problematic for branch names containing “/“, since SQ does not allow "/" in project keys anymore.
...
Message in build log when a task was canceled in SQ was confusing. Improved to make root cause more clear.
Changelog
2.8.1: resolved issues on
Do not escape invalid branch characters when using commercial SonarQube editions https://mibexsoftware.atlassian.net/browse/SONARBOO-122
Improved "escape invalid branch characters" task option descriptions
2.8.0: resolved issues on
...