We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86c787 commit df5938dCopy full SHA for df5938d
Jenkinsfile_sonarqube
@@ -34,8 +34,6 @@ pipeline {
34
stage('sonarqube') {
35
agent { docker { image 'docker' } }
36
steps {
37
- sh 'pwd'
38
- sh 'ls -al'
39
sh 'docker run --rm -e SONAR_HOST_URL="http://10.138.0.25:9000" -e SONAR_SCANNER_OPTS="-Dsonar.projectKey=docker-devops" -e SONAR_LOGIN="sqa_7fbd17738257ef4224603600d5001726b61b1a0d" -v "/home/demoyuw/jenkins-data/workspace/docker-devops_master:/usr/src" sonarsource/sonar-scanner-cli'
40
}
41
0 commit comments