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 c83ff6a commit ae2bd85Copy full SHA for ae2bd85
Jenkinsfile
@@ -4,7 +4,7 @@ def dockerHubUser="anujsharma1990"
4
def gitURL="https://github.com/anujdevopslearn/SpringBootDocker.git"
5
6
node {
7
- def sonarscanner = tool name: 'SonarQubeScanner', type: 'hudson.plugins.sonar.SonarRunnerInstallation'
+ //def sonarscanner = tool name: 'SonarQubeScanner', type: 'hudson.plugins.sonar.SonarRunnerInstallation'
8
stage('Checkout') {
9
checkout changelog: false, poll: false, scm: [$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: gitURL]]]
10
}
0 commit comments