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

Commit 7d9b5f8

Browse files
authored
Merge pull request #20 from mathworks/CI-261-doc-update
Added note about SCM configuration for Automatic option.
2 parents 8cd9ec0 + da32f8f commit 7d9b5f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ 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 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.
24+
2325
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.
2426

2527
1) Select the Test mode as Automatic to run tests (Automatic is the default mode).

src/main/resources/index.jelly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!-- Copyright 2018 The MathWorks, Inc. -->
1+
<!-- Copyright 2019 The MathWorks, Inc. -->
22
<?jelly escape-by-default='true'?>
33
<div>
4-
Jenkins plugin to run MATLAB tests.
4+
This plugin integrates MATLAB (R) with Jenkins and provides Jenkins interface to run MATLAB and Simulink (R) tests.
55
</div>

0 commit comments

Comments
 (0)