未验证 提交 5f976b6e 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #7720 from taosdata/test/jenkins-d

[ci skip]update jenkinsfile
...@@ -256,14 +256,12 @@ pipeline { ...@@ -256,14 +256,12 @@ pipeline {
steps { steps {
pre_test() pre_test()
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
timeout(time: 60, unit: 'MINUTES'){ timeout(time: 60, unit: 'MINUTES'){
sh ''' sh '''
cd ${WKC}/tests/pytest cd ${WKC}/tests/pytest
./crash_gen.sh -a -p -t 4 -s 2000 ./crash_gen.sh -a -p -t 4 -s 2000
''' '''
} }
}
timeout(time: 60, unit: 'MINUTES'){ timeout(time: 60, unit: 'MINUTES'){
// sh ''' // sh '''
// cd ${WKC}/tests/pytest // cd ${WKC}/tests/pytest
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册