I have an Ant-based project which I am deploying using Jenkins. If I add ‘Add standalone SONAR‘ analysis from the ‘Add build steps‘ option, it works fine but takes a long time. The problem is that there is a post-build custom step which deploys the build on the server. Since Sonar analysis takes a long time, deployment has to wait till its complete. Can I somehow postpone the SONAR analysis to after the deployment has been done ?
I have an Ant-based project which I am deploying using Jenkins . If I
Share
Why no do the sonar analysis in a child jenkins job?