You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux 3.10.0-1127.19.1.el7.x86_64
Reproduction steps
Setup Publish of coverage using plugin
Results
Expected result:
It should be able to find the master coverage from Sonar
Actual result:
The API used to search for projects is /api/projects/index?search= which is no longer supported by sonar. The plugin fails to find the master coverage from sonar.
try building this branch locally and see if it resolves your issue - theres no active maintainers on this plugin anymore as far as I know. I used this locally and it fixed my issue. - I think you will need to move over to the checks-api, this plugin is more or less deprecated.
Version report
2.1.1
Jenkins and plugins versions report:
Reproduction steps
Setup Publish of coverage using plugin
Results
Expected result:
It should be able to find the master coverage from Sonar
Actual result:
The API used to search for projects is
/api/projects/index?search=
which is no longer supported by sonar. The plugin fails to find the master coverage from sonar.Jenkins output
The text was updated successfully, but these errors were encountered: