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