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

Commit 942b701

Browse files
authored
Merge pull request #69 from mathworks/UpdateScreenshot
Update screenshot
2 parents 0e074dc + f5f42d4 commit 942b701

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CONFIGDOC.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
This guide shows you examples of how to configure the Jenkins™ plugin for MATLAB®, considering a Microsoft® Windows® platform.
2+
13
## Contents
24

35
- [Configure Plugin for Freestyle Project](#configure-plugin-for-freestyle-project)
@@ -104,4 +106,4 @@ To configure the matrix build where you can customize the MATLAB test execution,
104106
**Notes:**
105107
1) For a user-defined axis named **VAR**, **$VAR** and **${VAR}** are both valid formats for accessing the values.
106108

107-
2) A multi-configuration project creates a separate workspace for each user-defined axis value. If you specify the full paths to where MATLAB is installed as axis values, Jenkins fails to create separate workspaces and fails the build.
109+
2) A multi-configuration project creates a separate workspace for each user-defined axis value. If you specify the full paths to where MATLAB is installed as axis values, Jenkins fails to create separate workspaces and fails the build.

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Jenkins MATLAB Plugin
22

3-
The Jenkins plugin for MATLAB® enables you to easily run your MATLAB and Simulink® tests and generate artifacts such as *PDF* test reports, *JUnit* and *TAP* test results, and *Cobertura* code or model coverage reports. You can also export your Simulink Test™ Manager results. This guide shows you examples of how to configure the plugin for different objectives, considering a Microsoft® Windows® platform.
3+
The Jenkins™ plugin for MATLAB® enables you to easily run your MATLAB and Simulink® tests and generate artifacts such as *PDF* test reports, *JUnit* and *TAP* test results, and *Cobertura* code or model coverage reports. You can also use the plugin to export your Simulink Test™ Manager results.
44

5-
## Documentation
65

7-
#### Configuration Steps
8-
* To learn how to configure the Jenkins Plugin for MATLAB, see the [plugin configuration guide.](/CONFIGDOC.md)
6+
## Configuration Steps
7+
To configure the plugin, see [Plugin Configuration Guide.](/CONFIGDOC.md)
98

10-
#### Change Log
9+
## Change Log
10+
For a detailed list of releases, see [Change Logs](/CHANGELOG.md).
1111

12-
* For a detailed list of releases, see [Change logs](/CHANGELOG.md).
12+
## Examples
13+
To learn how to use the plugin in testing workflows, see [Examples](/examples/).
1314

1415
## Contact Us
1516
If you have any questions or suggestions, please contact MathWorks.

examples/Run-MATLAB-Tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Create a new project and configure it by following these steps:
4141

4242
5. In the **Build** section of Jenkins, click **Add build step > Run MATLAB Tests**. A new window opens that enables you to configure the Jenkins plugin for MATLAB. Paste the full path to the MATLAB root folder into the **MATLAB root** field; choose the default Automatic test mode from the **Test mode** drop-down list; and select your desired test artifacts to be generated in the project workspace. (The plugin in this example is configured to generate Cobertura code coverage and JUnit test result reports.) For more information on how to configure the Jenkins plugin for MATLAB, see [Jenkins MATLAB Plugin](https://github.com/jenkinsci/matlab-plugin).
4343

44-
![configure_plugin](https://user-images.githubusercontent.com/48831250/71839614-94017e00-3089-11ea-8964-f4557a54749c.png)
44+
![configure_plugin](https://user-images.githubusercontent.com/48831250/73482435-bf674800-436b-11ea-8565-b481f9008422.png)
4545

4646
6. In the **Post-build Actions** section of Jenkins, add two post-build actions to publish the Cobertura code coverage and JUnit test result reports that are generated. For each report, provide the path to the report file. Jenkins stores the artifacts in the *matlabTestArtifacts* folder of the workspace.
4747

0 commit comments

Comments
 (0)