Hope someone can help.
- We have a Jenkins server
- We have 2 Sonar servers with different configurations
- Our projects use Maven
We need to configure a Maven build in Jenkins that analyzes our project with the 2 Sonar server.
We've configured the two Sonar installations in Jenkins but we can add only one Sonar analysis in the post-build actions.
Is it possible to add multiple Sonar analysis in the post-build actions? Is there any workaround?