enh: use a seperate step to build
This commit is contained in:
parent
0f02091581
commit
460168adce
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue