Merge pull request #8643 from taosdata/test/CI_3.0

skip default checkout
This commit is contained in:
Yiqing Liu 2021-11-10 16:01:01 +08:00 committed by GitHub
commit fa78c0c334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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