Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harishdivvela authored May 10, 2022
1 parent f8f14d8 commit e6ef3e2
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 @@ -53,7 +53,8 @@ stages{

withSonarQubeEnv('sonarcloud') {
sh """
${scannerHome}/bin/sonar-scanner -Dsonar.organization=devsecops-sast -Dsonar.projectKey=sast-java-key -Dsonar.projectName=sast-java -Dsonar.projectVersion=1.0 -Dsonar.sources=src -Dsonar.java.binaries=target"""
${scannerHome}/bin/sonar-scanner --version """
//-Dsonar.organization=devsecops-sast -Dsonar.projectKey=sast-java-key -Dsonar.projectName=sast-java -Dsonar.projectVersion=1.0 -Dsonar.sources=src -Dsonar.java.binaries=target"""
}

timeout(time: 20, unit: 'SECONDS') {
Expand Down

0 comments on commit e6ef3e2

Please sign in to comment.