mathworks / jenkins-matlab-plugin

This plugin enables you to run MATLAB® and Simulink® as part of your Jenkins™ build.
45 stars 52 forks source link

Using "-logfile output.log" option with -sd, generates the output.log file in the project workspace and not in the MATLAB Working folder #297

Closed Vahila closed 4 months ago

Vahila commented 4 months ago

Using "-logfile output.log" option with -sd, generates the output.log file in the project workspace and not in the MATLAB Working folder

For example when using "-sd startingfolder -logfile output.log" as startup options, the output.log is generated in root workspace rather than in startingfolder .

Vahila commented 4 months ago

This behavior is consistent outside Jenkins with 'matlab -batch'. So closing this.