test: scan returned values in ci

This commit is contained in:
chenhaoran 2024-08-01 15:56:29 +08:00
parent 81ed8c758f
commit c73de30afb
1 changed files with 3 additions and 2 deletions

View File

@ -431,7 +431,8 @@ pipeline {
time ./container_build.sh -w ${WKDIR} -e
'''
sh '''
echo ${file_changed} > ${WK}/../log/${BRANCH_NAME}_${BUILD_ID}/docs_changed.txt
mkdir -p ${WK}/../log/${BRANCH_NAME}_${BUILD_ID}
echo "''' + env.FILE_CHANGED + '''" > ${WK}/../log/${BRANCH_NAME}_${BUILD_ID}/docs_changed.txt
'''
sh '''
cd ${WKC}/tests/ci