jenkins-matlab-plugin
jenkins-matlab-plugin copied to clipboard
Setting ERRORLEVEL env var on Windows may cause Run MATLAB Command to launch with incorrect startup options
Per #232 , if you set an ERRORLEVEL env variable on Windows before calling Run MATLAB Command, as shown:
set ERRORLEVEL
ERRORLEVEL = test;
it may cause MATLAB to launch with incorrect startup options for your particular version of MATLAB (e.g. using the -batch startup option before -batch existed).