Simplify Jenkins checkout
This commit is contained in:
parent
69cb93ca1e
commit
9703dddbbc
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -6,9 +6,7 @@ pipeline {
|
||||||
checkout([
|
checkout([
|
||||||
$class: 'GitSCM',
|
$class: 'GitSCM',
|
||||||
branches: [[name: '**']],
|
branches: [[name: '**']],
|
||||||
doGenerateSubmoduleConfigurations: false,
|
|
||||||
extensions: [[$class: 'CleanBeforeCheckout']],
|
extensions: [[$class: 'CleanBeforeCheckout']],
|
||||||
submoduleCfg: [],
|
|
||||||
userRemoteConfigs: [[credentialsId: 'github-kemitix', url: 'git@github.com:kemitix/conditional.git']]
|
userRemoteConfigs: [[credentialsId: 'github-kemitix', url: 'git@github.com:kemitix/conditional.git']]
|
||||||
])
|
])
|
||||||
sh './mvnw clean install'
|
sh './mvnw clean install'
|
||||||
|
|
Loading…
Reference in a new issue