We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8131c36 commit dc1bbadCopy full SHA for dc1bbad
Jenkinsfile
@@ -72,6 +72,11 @@ pipeline {
72
rmdir C:\\Instrument\\Apps\\EPICS
73
)
74
REM or a full checkout
75
+ REM isisicp_extMC.dll can get locked in windows event log
76
+ del /f /q %TEMP%\\isisicp_extMC*.dlltmp
77
+ set "EXTMCDIR=C:\\Instrument\\Apps\\EPICS\\ICP_Binaries\\isisdae\\x64\\Release"
78
+ if exist "%EXTMCDIR%\\isisicp_extMC.dll" del /f %EXTMCDIR%\\isisicp_extMC.dll
79
+ if exist "%EXTMCDIR%\\isisicp_extMC.dll" move /y %EXTMCDIR%\\isisicp_extMC.dll %TEMP%\\isisicp_extMC%RANDOM%.dlltmp
80
if exist "C:\\Instrument\\Apps\\EPICS" (
81
rd /s /q C:\\Instrument\\Apps\\EPICS
82
0 commit comments