the first issues has been resolved and this is the new error I’m getting:
Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator
thank you for the feedback, I’m quite new to sonarcloud but from the error message, i guess the sonarcloud account is not properly added to the organization to run the analysis.
I made complain to the administrator, and we are working on it.
What this error is telling you is that at least one piece of information was missing from your analysis:
the SonarCloud organization key
the project key
the user token that gives permission to analyze the project
You should double-check the data being passed in to analysis. Did you build your pipeline manually or based on the SonarCloud wizard / tutorial? Because the latter would certainly have those data points in place…