File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ pipeline {
208
208
set \" MYJOB=${ env.JOB_NAME} \"
209
209
@echo Saving test output on node ${ env.NODE_NAME}
210
210
robocopy "C:\\ Instrument\\ Var\\ logs" "%WORKSPACE%\\ var-logs" /S /R:2 /MT /NFL /NDL /NP /NC /NS /LOG:NUL
211
- robocopy "C:\\ data" "%WORKSPACE%\\ icp-logs" "journal .txt" "journal*.xml" /R:2 /MT /NFL /NDL /NP /NC /NS /LOG:NUL
211
+ robocopy "C:\\ data" "%WORKSPACE%\\ icp-logs" "* .txt" "journal*.xml" /R:2 /MT /NFL /NDL /NP /NC /NS /LOG:NUL
212
212
robocopy "C:\\ data\\ log" "%WORKSPACE%\\ icp-logs" "*.log" /R:2 /MT /NFL /NDL /NP /NC /NS /LOG:NUL
213
213
robocopy "C:\\ Instrument\\ Apps\\ EPICS-%MYJOB%" "%WORKSPACE%\\ ioctest-output" "*.xml" /S /PURGE /R:2 /MT /NFL /NDL /NP /NC /NS /LOG:NUL
214
214
exit /b 0
You can’t perform that action at this time.
0 commit comments