test: scan returned values in ci

This commit is contained in:
chenhaoran 2024-08-01 15:02:04 +08:00
parent 5190b7c949
commit d82fc89b90
1 changed files with 1 additions and 1 deletions

View File

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