Hi everyone,
Recently, I have noticed a strange issue that only happens to PR automated pipelines (I’m using Azure DevOps).
In the SonarCloudAnalyze task, it throws:
ERROR: Not authorized. Please check the properties sonar.login and sonar.password.
The thing is I use service connection and I have double-checked, it’s still working.
When I run the pipeline specifically and manually on the branch, it still runs perfectly fine. The tasks and configs are the same.
Have anyone run into this strange issue recently?