Sonarcloud Orb version 3.0.0 - project_root not working

CI environment Circle CI

Product: SonarQube cloud

Error observed

Circle ci orb version 3.0.0 is not changing directory to the project_root defined in the circleci config.yml file.

Steps to reproduce ( config.yml example )

version: 2.1

orbs:
  sonarcloud: sonarsource/sonarcloud@3.0.0
  
jobs:
  build:
    steps:
      - sonarcloud/scan:
          project_root: "./<location of sonar properties>/"

Hi @akarapatis

Welcome to the community and thank you very much for reporting this issue!

It is indeed a regression, which was introduced with version 3.0.0.
I submitted a fix today. Hopefully we will be able to release a patched version soon.

Best

Hello @akarapatis

We released version 3.0.1 with the fix.

Thank you again for pointing it out.

1 Like

Thank you so much

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.