Skip to content

Commit

Permalink
sonar url
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Apr 2, 2023
1 parent ec0abed commit 33255c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
stage('Static Code Analysis') {
steps {
withCredentials([string(credentialsId: 'sonarqube', variable: 'SONAR_AUTH_TOKEN')]) {
sh 'cd java-maven-sonar-argocd-helm-k8s/spring-boot-app && mvn sonar:sonar -Dsonar.login=$SONAR_AUTH_TOKEN'
sh 'cd java-maven-sonar-argocd-helm-k8s/spring-boot-app && mvn sonar:sonar -Dsonar.login=$SONAR_AUTH_TOKEN -Dsonar.host.url="http://52.204.8.193:9000"'
}
}
}
Expand Down

0 comments on commit 33255c4

Please sign in to comment.