Skip to content

Commit ae2bd85

Browse files
Update Jenkinsfile
1 parent c83ff6a commit ae2bd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def dockerHubUser="anujsharma1990"
44
def gitURL="https://github.com/anujdevopslearn/SpringBootDocker.git"
55

66
node {
7-
def sonarscanner = tool name: 'SonarQubeScanner', type: 'hudson.plugins.sonar.SonarRunnerInstallation'
7+
//def sonarscanner = tool name: 'SonarQubeScanner', type: 'hudson.plugins.sonar.SonarRunnerInstallation'
88
stage('Checkout') {
99
checkout changelog: false, poll: false, scm: [$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: gitURL]]]
1010
}

0 commit comments

Comments
 (0)