Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

matlab-2.14.0

Compare
Choose a tag to compare
@davidbuzinski davidbuzinski released this 28 Jan 16:24
· 91 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 #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 #345.