Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
muthyalaswathi2 committed Jul 1, 2024
1 parent f580eca commit b42c44e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ pipeline {
sh 'cd webapp && sudo docker run --rm -e SONAR_HOST_URL="http://18.201.161.83:9000" -e SONAR_TOKEN=sqp_3c43410eed28e1b33d5090babaac14ef9863060e -v $(pwd):/usr/src sonarsource/sonar-scanner-cli -Dsonar.projectKey=LMS2 -X'
}
}
}

stages {

stage('Build LMS') {
steps {
echo 'LMS Build'
Expand Down

0 comments on commit b42c44e

Please sign in to comment.