test: scan returned values in ci

This commit is contained in:
chenhaoran 2024-08-02 01:12:47 +08:00
parent 7065daab70
commit f81cc93532
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ pipeline {
} }
} }
sh ''' sh '''
cd ${WKC}/tests/ci cd ${WKC}/tests/parallel_test
run_scan_container.sh -d ${WK} -b ${BRANCH_NAME}_${BUILD_ID} -f ${WK}/../log/${BRANCH_NAME}_${BUILD_ID}/docs_changed.txt ''' + extra_param + ''' run_scan_container.sh -d ${WK} -b ${BRANCH_NAME}_${BUILD_ID} -f ${WK}/../log/${BRANCH_NAME}_${BUILD_ID}/docs_changed.txt ''' + extra_param + '''
''' '''
sh ''' sh '''