This repository was archived by the owner on Mar 27, 2025. It is now read-only.
  
  
  
  
matlab-2.5.0
          ·
          
            349 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 therunMATLABCommandorrunMATLABTestssteps, the plugin now supports exception handling by throwing the MATLAB execution exception. To react to the exception within the current stage, use thecatchErrorandtry/catchblocks 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.