SonarQube integration in DevOps Change velocity not retrieving Scan Summaries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 11:50 AM
Hi,
I have integrated SonarQube in our Dev instance successfully. After running Jenkins Pipelines with Sonar Scan step, the Software Quality Scan Summary table is not populated. Software quality Categories and Sub-Categories are listed.
When importing data on Jenkins pipeline, getting below error
{"REST_ERROR_MSG":"Unable to load connection with alias ID: null <a href=\"/sys_alias.do?sys_id=null\" target=\"blank\">Open Connection Alias</a>"}
Can I remove this integration and do a fresh connection? Any help will be appreciated.
Regards,
Farhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 08:52 PM
Hello @FarhanHussS
Software Quality Scan Summary table is not populated
-> Ensure that the SonarQube analysis step is correctly configured in your Jenkins pipeline.
->Ensure that the ServiceNow instance is correctly configured to receive data from SonarQube. Verify the connection settings and ensure that the necessary permissions are granted.
Error: Unable to Load Connection with Alias ID: null
->This error indicates that the connection alias ID is not being recognized.
-> Ensure that the alias ID used in your Jenkins pipeline matches the one configured in ServiceNow. If the alias ID is missing or incorrect, update it accordingly.
-> Ensure that the Jenkins pipeline is correctly referencing the connection alias. You might need to update the pipeline script to include the correct alias ID.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.