Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit f14ff31

Browse files
committed
Updated review comments #2
1 parent 307a81e commit f14ff31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Enter the value returned by “matlabroot” in the field named “MATLAB root
2020
#### Configuring “Automatic” Option
2121
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.
2222

23-
If you are using source code management (SCM) system, like Git, then the job must include an appropriate SCM configuration to checkout the code before running the MATLAB plugin. If you are not using any SCM system to manage your code, then a previous build step should make sure the code is available in the workspace before running the MATLAB plugin.
23+
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 system 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.
2424

2525
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.
2626

0 commit comments

Comments
 (0)