提交 e0e4c504 编写于 作者: S Shengliang Guan

Merge remote-tracking branch 'origin/3.0' into feature/dnode3

...@@ -105,6 +105,7 @@ pipeline { ...@@ -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 { ...@@ -117,6 +118,7 @@ pipeline {
} }
} }
} }
}
post { post {
success { success {
emailext ( emailext (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册