Skip to content

Commit

Permalink
ci(Jenkinsfile): 'sonar.login' is deprecated use 'sonar.token' proper…
Browse files Browse the repository at this point in the history
…ty instead
  • Loading branch information
mattdibi committed Oct 13, 2023
1 parent 5b31737 commit 8688fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ node {
-Dmaven.test.failure.ignore=true \
-Dsonar.organization=eclipse \
-Dsonar.host.url=${SONAR_HOST_URL} \
-Dsonar.login=${SONARCLOUD_TOKEN} \
-Dsonar.token=${SONARCLOUD_TOKEN} \
-Dsonar.branch.name=${BRANCH_NAME} \
-Dsonar.branch.target=${CHANGE_TARGET} \
-Dsonar.java.source=8 \
Expand Down

0 comments on commit 8688fd3

Please sign in to comment.