提交 8999ef9c 编写于 作者: L liuyq-617

remove win test

上级 8dcd6490
...@@ -578,12 +578,12 @@ pipeline { ...@@ -578,12 +578,12 @@ pipeline {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
pre_test_win() pre_test_win()
timeout(time: 20, unit: 'MINUTES'){ // timeout(time: 20, unit: 'MINUTES'){
bat''' // bat'''
cd C:\\workspace\\TDinternal\\community\\tests\\pytest // cd C:\\workspace\\TDinternal\\community\\tests\\pytest
.\\test-all.bat wintest // .\\test-all.bat wintest
''' // '''
} // }
} }
script{ script{
win_stop=1 win_stop=1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册