avoid 2 checkout

This commit is contained in:
Olivier Lamy 2022-07-11 11:28:34 +10:00 committed by GitHub
parent 8e8dc5c23b
commit 48fa4236ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -11,7 +11,10 @@ pipeline {
node { label 'linux' }
}
// save some io during the build
options { durabilityHint('PERFORMANCE_OPTIMIZED') }
options {
skipDefaultCheckout()
durabilityHint('PERFORMANCE_OPTIMIZED')
}
stages {
stage("Checkout Jetty") {
steps {