[TD-1818]<test>modify Jenkinsfile

This commit is contained in:
liuyq-617 2020-10-27 11:43:17 +08:00
parent d74400f3bb
commit 4d3d8eb4ca
1 changed files with 8 additions and 1 deletions

9
Jenkinsfile vendored
View File

@ -79,7 +79,14 @@ pipeline {
cmake .. > /dev/null
make > /dev/null
cd ${WKC}/tests/pytest
./crash_gen.sh -a -p -t 4 -s 2000
'''
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh '''
cd ${WKC}/tests/pytest
./crash_gen.sh -a -p -t 4 -s 2000
'''
}
sh '''
date
cd ${WKC}/tests
./test-all.sh b2