fix: change to a proper directory before run

This commit is contained in:
tangfangzhi 2022-05-11 20:34:19 +08:00
parent 460168adce
commit 1f8377ba3c
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ pipeline {
./collect_cases.sh -e
'''
sh '''
cd ${WKC}/tests/parallel_test
date
time ./run.sh -e -m /home/m.json -t /tmp/cases.task -b ${CHANGE_TARGET} -l ${WKDIR}/log
'''