Skip to content

matlab-2.14.0

Compare
Choose a tag to compare
@nbhoski nbhoski released this 29 Jul 09:54
· 89 commits to master since this release

Features

  • You can use the plugin on Apple silicon agents.

Compatibility Considerations

  • The plugin uses a folder at the same level as the project workspace to store temporary files. In previous releases, the plugin uses a temporary folder within the project workspace.

Bug Fixes

  • If your project includes multiple steps for running a MATLAB build, then the plugin generates a separate table of task results for each step. In previous releases, the plugin first generates a table and then keeps overwriting it. For more information, see mathworks#338.
  • When you access the result of running a MATLAB build by clicking the MATLAB Build Results link in your Jenkins interface, the plugin no longer displays an error message in the build log. For more information, see mathworks#345.