avoid 2 checkout
This commit is contained in:
parent
8e8dc5c23b
commit
48fa4236ba
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue