Hi,
we use SonarCloud in our Azure devops pipelines. Recently abap pluggin was changed and we cannot download it. All pipelines are failing.
Right now we see a such error in pipelines:
07:02:37.854 DEBUG: GET 403 https://scanner.sonarcloud.io/plugins/abap/versions/ec185d7d6c3e58c3c0ae6f0bc2067323.jar.gz | time=110ms
##[error]07:02:37.854 ERROR: Project not found. Please check the ‘sonar.projectKey’ and ‘sonar.organization’ properties, the ‘SONAR_TOKEN’ environment variable, or contact the project administrator
it is not a problem with the expired token. The token was updated.
Previously the link to the abap plugin was:
GET 200 https://scanner.sonarcloud.io/plugins/abap/versions/607485aedc95ec3640fb379162284a1e.jar
So you see that the link was changed and access is forbidden for us to the new one.