print date time before test

This commit is contained in:
tangfangzhi 2022-04-29 15:58:25 +08:00
parent e27ebe71ac
commit fed9611473
1 changed files with 3 additions and 0 deletions

View File

@ -173,8 +173,11 @@ pipeline {
pre_test()
sh '''
cd ${WKC}/tests/parallel_test
date
time ./container_build.sh -w ${WKDIR} -t 8
rm -f /tmp/cases.task
./collect_cases.sh
date
time ./run.sh -m /home/m.json -t /tmp/cases.task -b ${CHANGE_TARGET} -l ${WKDIR}/log
'''
}