Last analysis failed Analysis ID “448cccc8-de1d-4922-a396-dc6fcb88bf16”
It asked me to create a topic for the failed analysis. Can you please take a look why?
Last analysis failed Analysis ID “448cccc8-de1d-4922-a396-dc6fcb88bf16”
It asked me to create a topic for the failed analysis. Can you please take a look why?
Last analysis failed Analysis ID “AZMBPtt1PS0SWcdBtQdn”
The last analysis has failed. If it keeps on failing after several attempts, please contact us on Community forum and provide the following failing analysis ID: “AZMBPtt1PS0SWcdBtQdn”
Hello @saurabh2590,
Thanks for your feedback.
We found the reason of the failure in the logs:
ERROR: Wildcards ** and * are not supported in "sonar.sources" and "sonar.tests" properties. "sonar.sources" and "sonar.tests" properties support only comma separated list of directories. Use "sonar.exclusions/sonar.inclusions" and "sonar.test.exclusions/sonar.test.inclusions" to further filter files in "sonar.sources" and "sonar.tests" respectively. Please refer to SonarCloud documentation for more details.
It probably means that you tried to configure sonar.sources
or sonar.tests
using wildcards (for instance *
) in the .sonarcloud.properties
file while it is not supported. You can get more information here.
Let us know if you need more assistance.
Hi @saurabh2590 , thank you for your feedback. I’ve created a ticket to improve our documentation. In the meantime, please refer to the analysis scope and explicit settings for more information.