File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ pipeline {
114
114
@echo ERROR: unable to install ibex - error code %errorlevel%
115
115
call C:\\ Instrument\\ Apps\\ EPICS-%MYJOB%\\ stop_ibex_server.bat
116
116
rmdir "C:\\ Instrument\\ Apps\\ EPICS"
117
+ rd /s /q C:\\ Instrument\\ Apps\\ EPICS-%MYJOB% >NUL 2>&1
117
118
exit /b 1
118
119
)
119
120
dir C:\\ Instrument\\ Apps
@@ -224,6 +225,7 @@ pipeline {
224
225
call C:\\ Instrument\\ Apps\\ EPICS-%MYJOB%\\ stop_ibex_server.bat
225
226
)
226
227
rmdir "C:\\ Instrument\\ Apps\\ EPICS" >NUL 2>&1
228
+ rd /s /q C:\\ Instrument\\ Apps\\ EPICS-%MYJOB% >NUL 2>&1
227
229
rd /q /s %WORKSPACE:/=\\ %\\ my_venv>NUL 2>&1
228
230
REM clear logs as we have already archived them. Though we clear
229
231
REM logs before an install also remove them here in case
You can’t perform that action at this time.
0 commit comments