Skip to content

Releases: mathworks/jenkins-matlab-plugin

matlab-2.13.1

19 Apr 07:18
1805f06
Compare
Choose a tag to compare

Bug Fixes

Fixed File Permission Issue in MATLAB Build Task
  • Addressed an issue that occurred during the creation of the buildArtifact.json file while running the Run MATLAB build build task. With this update, the plugin now issues an appropriate warning if any error occurs during file creation and continues the build execution without failing the Jenkins job.

matlab-2.13.0

27 Mar 04:33
a5418f1
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.9.0

19 Oct 19:49
7d5d6a2
Compare
Choose a tag to compare

Features

  • You can customize your test run using either the Run MATLAB Tests section of the web UI or the runMATLABTests step in your Pipeline. The plugin provides you with options to:

    • Apply strict checks when running the tests.
    • Run the tests in parallel (requires Parallel Computing Toolbox™).
    • Control the amount of event detail displayed for the test run.
    • Control the verbosity level for diagnostics logged for the test run.

    For more information about how to customize a test run, see Plugin Configuration Guide

matlab-2.8.0

01 Feb 11:10
Compare
Choose a tag to compare

Features

  • The plugin now supports generating test reports in PDF format on macOS platforms for MATLAB R2020b and later.

matlab-2.7.1

06 Jan 15:02
Compare
Choose a tag to compare

Bug Fixes

  • Fix for the code coverage issue.
    The plugin now generates a more accurate code coverage report by excluding internal files from the report.

q2.7.1-snapshot

07 Dec 10:07
79de63c
Compare
Choose a tag to compare
q2.7.1-snapshot Pre-release
Pre-release

This is Qualification tag which fixes #202
also fixes backslash issue in the console log

matlab-2.7.0

15 Sep 15:30
Compare
Choose a tag to compare
  • This Release adds support for running MATLAB in a Docker based remote agent.

q2.6.1-snapshot

13 Aug 10:37
d713c54
Compare
Choose a tag to compare

Qualification release for 2.6.1-snapshot

matlab-2.5.1

05 Jul 05:34
Compare
Choose a tag to compare

Patch Release

matlab-2.5.0

21 May 06:57
Compare
Choose a tag to compare

Bug Fixes

  • Fix for the stage failure issue in Pipeline projects.
    If MATLAB terminates with a nonzero exit code within a stage that uses the runMATLABCommand or runMATLABTests steps, the plugin now supports exception handling by throwing the MATLAB execution exception. To react to the exception within the current stage, use the catchError and try/catch blocks in Declarative and Scripted Pipelines, respectively.

Compatibility Considerations

  • If, during the execution of your Pipeline, MATLAB terminates with a nonzero exit code, the plugin throws the MATLAB execution exception and lets you perform exception handling within the current stage. If you properly react to the thrown exception, your build can succeed. In previous releases, if MATLAB terminates with a nonzero exit code, the plugin marks the build as a failure.