matlab-2.5.0
abhargav-mw
released this
21 May 06:57
·
326 commits
to master
since this release
Bug Fixes
- Fix for the stage failure issue in Pipeline projects.
If MATLAB terminates with a nonzero exit code within a stage that uses therunMATLABCommand
orrunMATLABTests
steps, the plugin now supports exception handling by throwing the MATLAB execution exception. To react to the exception within the current stage, use thecatchError
andtry/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.