jenkins-matlab-plugin icon indicating copy to clipboard operation
jenkins-matlab-plugin copied to clipboard

Setting ERRORLEVEL env var on Windows may cause Run MATLAB Command to launch with incorrect startup options

Open mcafaro opened this issue 2 years ago • 0 comments

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).

mcafaro avatar Feb 15 '23 14:02 mcafaro