Skip to content

Releases: jenkinsci/matlab-plugin

970.v2a_b_10cc96e58

02 Apr 09:21
2ab10cc
Compare
Choose a tag to compare

Maintenance

  • This release does not include any new features. Instead, it includes a new file named contributing.md, which outlines the contribution and release process for this repository.

969.vca_eb_87cd2fed

27 Feb 04:05
Compare
Choose a tag to compare

Maintenance

  • This release does not include any new features. Instead, it marks a transition to a new release process that uses GitHub® Actions and an updated plugin versioning format. For more information, see Setting up plugin releases through GitHub.

matlab-2.16.0

28 Jan 10:29
Compare
Choose a tag to compare

Features

Compatibility Considerations

  • The plugin now requires Jenkins version 2.387.3 or higher.

matlab-2.15.0

27 Sep 06:41
Compare
Choose a tag to compare

Features

  • When you run a MATLAB build using the Run MATLAB Command or runMATLABCommand step, you can view the build results, including the MATLAB Build Results table, in your Jenkins interface. In previous releases, you can view the results only when using the Run MATLAB Build or runMATLABBuild step.
  • The MATLAB Build Results table includes enhancements such as updated colors and headings. The table also now displays the reason that a task was skipped. You can click Skipped in the table to go to the relevant build log information about a skipped task on the Console Output page.

matlab-2.14.0

29 Jul 09:54
Compare
Choose a tag to compare

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.

matlab-2.13.1

19 Apr 07:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix for the file access issue when running a MATLAB build.
    If the plugin does not have the required file access to generate MATLAB build results, the plugin issues a warning but continues to run the Run MATLAB Build or runMATLABBuild step. In the previous release, the file access issue results in an error.

matlab-2.13.0

26 Mar 06:54
Compare
Choose a tag to compare

Features

  • When you use either the Run MATLAB Build section of the web UI or the runMATLABBuild step in your pipeline, you can:

    • Specify build options for your MATLAB build. For example, you can specify -continueOnFailure to continue running the MATLAB build upon a build environment setup or task failure.
    • Access the result of running your MATLAB build interactively in the Jenkins interface. After your build runs, the Jenkins build summary page displays the number of tasks that ran, failed, and were skipped. You can click the MATLAB Build Results link on the page to access information about each task that was part of the MATLAB build.

    For more information, see Plugin Configuration Guide.

matlab-2.12.0

14 Dec 10:46
Compare
Choose a tag to compare

Maintenance

  • This release does not include any new features. It removes dead code from the plugin.

matlab-2.11.1

27 Nov 06:50
Compare
Choose a tag to compare

Bug Fixes

  • Security patch for potential XML External Entity (XXE) issues: SECURITY-3193.

matlab-2.11.0

23 Oct 08:35
Compare
Choose a tag to compare

Features

  • You can specify MATLAB startup options when you create build steps in freestyle, multi-configuration, and pipeline projects. For more information, see Plugin Configuration Guide.