mathworks / jenkins-matlab-plugin

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

Freestyle projects and pipeline projects calculate different tool home directories #378

Closed sameagen-MW closed 4 days ago

sameagen-MW commented 1 week ago

The home directory for freestyle projects is com.mathworks.ci.MatlabInstallation/MATLAB while the home directory for pipeline projects is com.mathworks.ci.MatlabInstallation/MATLAB/version.

This leads to a bug where matlab-batch is not added to the path for pipeline projects, leading to the inability to use batch token licensing with install-automatically.

nbhoski commented 4 days ago

Fixed