Merge pull request #9701 from taosdata/CI/3.0

[TD-12798]<CI> add timeout for CI
This commit is contained in:
Shengliang Guan 2022-01-10 14:48:16 +08:00 committed by GitHub
commit 04934ea8cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 9 deletions

2
Jenkinsfile vendored
View File

@ -105,6 +105,7 @@ pipeline {
abort_previous() abort_previous()
abortPreviousBuilds() abortPreviousBuilds()
} }
timeout(time: 45, unit: 'MINUTES'){
pre_test() pre_test()
sh''' sh'''
cd ${WKC}/tests cd ${WKC}/tests
@ -117,6 +118,7 @@ pipeline {
} }
} }
} }
}
post { post {
success { success {
emailext ( emailext (