Update from 8.0 to 8.9LTS but PR decorator stopped working after migration

  • Current Version: 8.0
  • Upgrading sonarqube from 8.0 to 8.9lts
  • Sonarqube 8.9-community docker image used
    Plugins used:
  • SONARQUBE_CVE_VERSION 2.0.8
  • CNES_PLUGIN_VERSION 3.2.2
  • SONARQUBE_COMMUNITY_BRANCH_PLUGIN_VERSION 1.8.1

Issue facing:

  • PR decorator stopped working after migration.
    • Tried to test PR decoration but it’s not working it’s getting stuck and says SonarQube Results are expected.
    • Manually if i added repository identifier in project setting then it is working. We don’t want this to be
      added manually for each projects so we are trying the web API’s.

I’m trying with this api “POST api/alm_settings/create_github”

  • When we tried to associate ALM to the project using Web API, Getting error
    “msg”: “No personal access token found”

Here in autherization → Type: basic auth → Username : I have added my_token

Could you please suggest me the proper ways to fix this issue ?
Thanks in advance !

Hi,

The community branch plugin isn’t supported here. You’ll need to file an issue on that project.

 
Ann