skip default checkout

This commit is contained in:
liuyq-617 2021-11-10 15:58:33 +08:00
parent e1d2a12def
commit a4764c36d6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -142,7 +142,7 @@ pipeline {
} }
} }
// stage('Parallel test stage') { // stage('Parallel test stage') {
// skip defaultCheckout
// options { skipDefaultCheckout() } // options { skipDefaultCheckout() }
// when { // when {
// allOf{ // allOf{