enh: use a seperate step to build

This commit is contained in:
tangfangzhi 2022-05-11 20:28:13 +08:00
parent 0f02091581
commit 460168adce
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ pipeline {
time ./container_build.sh -w ${WKDIR} -t 8 -e
rm -f /tmp/cases.task
./collect_cases.sh -e
'''
sh '''
date
time ./run.sh -e -m /home/m.json -t /tmp/cases.task -b ${CHANGE_TARGET} -l ${WKDIR}/log
'''