Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Enter the value returned by “matlabroot” in the field named “MATLAB root
#### Configuring “Automatic” Option
This option finds tests written using the MATLAB unit testing framework and/or Simulink Test and runs them. If the code is organized using projects, it will locate all test files in the project that have been classified as "Test". If the code does not leverage projects or uses a MATLAB version prior to R2019a, the plugin will discover all tests in the current Jenkins workspace including subfolders.

If you are using a source code management (SCM) system such as Git, then the job must include an appropriate SCM configuration to check out the code before running the MATLAB plugin. If you do not use any SCM systems to manage your code, then an additional build step is required to ensure the code is available in the workspace before running the MATLAB plugin.

The automatic test running feature enables you to generate different types of test artifacts. They could be used with other Jenkins plugins as part of a post-build action to publish the test results. To configure the Jenkins build for running MATLAB tests automatically, follow these steps.

1) Select the Test mode as Automatic to run tests (Automatic is the default mode).
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/index.jelly
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Copyright 2018 The MathWorks, Inc. -->
<!-- Copyright 2019 The MathWorks, Inc. -->
<?jelly escape-by-default='true'?>
<div>
Jenkins plugin to run MATLAB tests.
This plugin integrates MATLAB (R) with Jenkins and provides Jenkins interface to run MATLAB and Simulink (R) tests.
</div>