Skip to content

Commit

Permalink
[TECH] add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Jan 17, 2024
1 parent 0047ee3 commit 5ce922a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool_send_to_sonar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# "sonar.token" variable (or sonar.login before SONARQUBE 9.9) : private TOKEN generated in your local SonarQube during installation
# (input paramater of this script)
mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar -Dsonar.token=$1
# mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar -Dsonar.token=$1 -Dsonar.host.url=https://sonar-staging.gcp.cicd.solocal.com/

# command if you have a SONARQUBE < 9.9 (sonar.token existing for SONARQUBE >= 10.0)
# mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar -Dsonar.login=$1

0 comments on commit 5ce922a

Please sign in to comment.