You can access your static code analysis report right from your CI pipeline. Follow these steps:
- From your Jenkins dashboard, click on your Multibranch Pipeline. Next, click on the respective branch pipeline (master in our example).
- Once you are on your branch pipeline, hover your mouse on the Static Code Analysis stage and click on Logs. See the following screenshot:
Fetching individual stage logs
- In the resultant pop-up window named Stage Logs (Static Code Analysis), scroll all the way down to the end. You should see a link to the SonarQube analysis page. See the following screenshot: ...