Skip to content

Commit

Permalink
Use SONAR_TOKEN instead of deprecated SONAR_LOGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
cbosdo committed Oct 11, 2023
1 parent 973f4e3 commit ab2bf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins_pipelines/environments/uyuni-master-sonarqube
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ node('sumadocker-nue') {
sh "set +x; source /var/lib/jenkins/.sonar-credentials; set -x; " +
"docker run --rm -v \$PWD:/usr/src " +
"-v \$PWD/../.sonar:/opt/sonar-scanner/.sonar " +
"-e SONAR_LOGIN=\$SONAR_LOGIN " +
"-e SONAR_TOKEN=\$SONAR_TOKEN " +
"sonarsource/sonar-scanner-cli"
}
}
Expand Down

0 comments on commit ab2bf23

Please sign in to comment.