Skip to content

Commit

Permalink
sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 12, 2023
1 parent 25d354a commit 3a01b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pipeline {
stage('Test') {
steps {
echo 'Testing..'
sh 'cd webapp && sudo docker container run --rm -e SONAR_HOST_URL="http://20.172.187.108:9000" -e SONAR_LOGIN="sqp_cae41e62e13793ff17d58483fb6fb82602fe2b48" -v ".:/usr/src" sonarsource/sonar-scanner-cli -Dsonar.projectKey=lms'
}
}
stage('Deploy') {
Expand Down

0 comments on commit 3a01b9e

Please sign in to comment.