Why doesn't my sonar scanner run create a report-task.txt file?
This is what is stopping it:
-Dsonar.analysis.mode=preview
You have to change it to:
-Dsonar.analysis.mode=
The assumption being you will have to upload bad builds and then trap them with a leak-period of 3 days instead of previous version.