Skip to content

Commit 1b6df54

Browse files
Update Jenkinsfile
remove install at end
1 parent 412a48b commit 1b6df54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ pipeline {
114114
@echo ERROR: unable to install ibex - error code %errorlevel%
115115
call C:\\Instrument\\Apps\\EPICS-%MYJOB%\\stop_ibex_server.bat
116116
rmdir "C:\\Instrument\\Apps\\EPICS"
117+
rd /s /q C:\\Instrument\\Apps\\EPICS-%MYJOB% >NUL 2>&1
117118
exit /b 1
118119
)
119120
dir C:\\Instrument\\Apps
@@ -224,6 +225,7 @@ pipeline {
224225
call C:\\Instrument\\Apps\\EPICS-%MYJOB%\\stop_ibex_server.bat
225226
)
226227
rmdir "C:\\Instrument\\Apps\\EPICS" >NUL 2>&1
228+
rd /s /q C:\\Instrument\\Apps\\EPICS-%MYJOB% >NUL 2>&1
227229
rd /q /s %WORKSPACE:/=\\%\\my_venv>NUL 2>&1
228230
REM clear logs as we have already archived them. Though we clear
229231
REM logs before an install also remove them here in case

0 commit comments

Comments
 (0)