test: scan returned values in ci

This commit is contained in:
chenhaoran 2024-08-01 15:43:22 +08:00
parent 951299efb4
commit 81ed8c758f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def check_docs() {
env.FILE_CHANGED = file_changed env.FILE_CHANGED = file_changed
script { script {
sh ''' sh '''
echo ''' + env.FILE_CHANGED + ''' > ${WK}/../log/${BRANCH_NAME}_${BUILD_ID}/docs_changed.txt echo " ''' + env.FILE_CHANGED + '''" > ${WK}/../log/${BRANCH_NAME}_${BUILD_ID}/docs_changed.txt
''' '''
} }
} }