Skip to content

Commit

Permalink
cred update
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 12, 2023
1 parent eb45999 commit 5dfe10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
//sh 'cd webapp && npm install && npm run build'
sh 'cd webapp && npm install && npm run build'
}
}
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'
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('Release') {
Expand Down

0 comments on commit 5dfe10d

Please sign in to comment.