Skip to content

Commit

Permalink
sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 18, 2023
1 parent 9aa948a commit d6c0b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ pipeline {
stages {
stage('Sonar Analysis') {
steps {
echo 'Building..'
echo 'Testing..'
sh 'cd webapp && sudo docker run --rm -e SONAR_HOST_URL="http://13.92.5.110:9000" -e SONAR_LOGIN="sqp_cab9202255bd4cf50f3dbba65bb5aaef79ed00fa" -v ".:/usr/src" sonarsource/sonar-scanner-cli -Dsonar.projectKey=lms'
}
}

Expand Down

0 comments on commit d6c0b3f

Please sign in to comment.