hello @Sathyaseelan_P, Is your SonarCloud private plan is still active or you can check the Background Tasks of project…
I got the similar issue, in my case plan was not renewed because of payment failure…
I am not very sure about then. You can check Background Tasks of Project Scans, you might find something. SonarCloud > Your Organization > Project on which you are running scan > Administration > Background Tasks
If you see any failed status then see the Error Details. If nothing is there then please wait for someone from SonarCloud to address your issues.
Your reply helped us to resolve the issue in short span of time.
We have cross-checked the Background tasks and we found that error was due to new code definition
Finally we have resolved the issue and now the Sonarcloud pipeline is working fine
Details about the issue we have faced
We used the web api to set specific date format in the new code definition because there is no web interface option
In first API call we need to give the date format as value
In second API call we need to give the text “date” as value
Note: Always the specific date format should be before current analysis of the particular branch
Issue details
Invalid new code period. ‘2023-04-18’ is not one of: integer > 0, date before current analysis j, “previous_version”, or version string that exists in the long-lived branch.
Please contact a project administrator to correct this setting