Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -10,7 +10,7 @@ node { | ... | @@ -10,7 +10,7 @@ node { |
10 | def sonarqubeScannerHome = tool name: 'sonar', type: 'hudson.plugins.sonar.SonarRunnerInstallation' | 10 | def sonarqubeScannerHome = tool name: 'sonar', type: 'hudson.plugins.sonar.SonarRunnerInstallation' |
11 | 11 | ||
12 | stage 'Checkout' | 12 | stage 'Checkout' |
13 | - checkout([$class: 'GitSCM', branches: [[name: 'origin/$scm.branches']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'grogdevSSH', url: 'git@grogv3.legrog.org:grogv3/web-application.git']]]) | 13 | + checkout([$class: 'GitSCM', branches: [[name: "origin/$scm.branches"]], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'grogdevSSH', url: 'git@grogv3.legrog.org:grogv3/web-application.git']]]) |
14 | 14 | ||
15 | stage 'clean install' | 15 | stage 'clean install' |
16 | withMaven(mavenLocalRepo: '', mavenOpts: '', mavenSettingsFilePath: '') { | 16 | withMaven(mavenLocalRepo: '', mavenOpts: '', mavenSettingsFilePath: '') { | ... | ... |
-
Please register or login to post a comment