This repository was archived by the owner on Mar 27, 2025. It is now read-only.
  
  
  
  
matlab-2.4.0
          ·
          
            358 commits
          
          to master
          since this release
        
        
        
Features
- 
When you register a MATLAB version as a Jenkins tool, you can use the tool to run your build in freestyle, multi-configuration, and Pipeline projects. Previously, using MATLAB as a tool was supported only for Pipeline projects.
For more information about how to use this feature in UI-based workflows, see Use MATLAB in Build and Set Up Multi-Configuration Project. - 
You can now run a filtered test suite using either the Run MATLAB Tests section of the web UI or the
runMATLABTestsstep of your Pipeline. To create a filtered suite, specify test folders, a test tag, or both:- If you specify test folders, the plugin creates a test suite using only the tests in the specified folders and their subfolders.
 - If you specify a test tag, the plugin creates a test suite using only the test elements with the specified tag.
 
For more information about how to specify test suite filters, see Plugin Configuration Guide.