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

Commit 8b77953

Browse files
committed
Updated as per review comments
1 parent 02ab050 commit 8b77953

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
Changelog
1+
Change log
22
===
33

44
### Newer Versions
55

6-
See [GitHub releases](https://github.com/jenkinsci/matlab-plugin/releases) for newer versions.
6+
For newer versions. See [GitHub releases](https://github.com/jenkinsci/matlab-plugin/releases)
77

88
### 1.0.3
99

1010
Release date: _Nov 05, 2019_
1111

12-
* MATRIX build support.
13-
* Plugin support for older versions of MATLAB till R2013a.
12+
* Bug Fix : Scratch file copy is restricted to "Automatic" option.
13+
* README doc updates.
14+
1415

1516
### 1.0.2
1617

@@ -24,7 +25,7 @@ Release date: _Aug 21, 2019_
2425
Release date: _May 10, 2019_
2526

2627
* Jenkins run-time environment variables support in MATLAB script.
27-
* README updated with SCM configuration step for "Automatic" Test mode.
28+
* Enhancement of README with with SCM configuration step for "Automatic" Test mode.
2829

2930
### 1.0.0
3031

CONFIGDOC.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Contents
2+
3+
- [Configure Plugin for Freestyle Project](#configure-plugin-for-freestyle-project)
4+
- [Freestyle Project with Automatic Test Mode](#option-1-freestyle-project-with-automatic-test-mode)
5+
- [Freestyle Project with Custom Test Mode](#option-2-freestyle-project-with-custom-test-mode)
6+
- [Configure Plugin for Multi-Configuration Project](#configure-plugin-for-multi-configuration-project)
7+
- [Multi-Configuration Project with Automatic Test Mode](#option-1-multi-configuration-project-with-automatic-test-mode)
8+
- [Multi-Configuration Project with Custom Test Mode](#option-2-multi-configuration-project-with-custom-test-mode)
9+
110
## Configure Plugin for Freestyle Project
211
To configure the plugin for a freestyle project, select **Run MATLAB Tests** from the **Add build step** list. Then, enter the value returned by the **matlabroot** function in the **MATLAB root** field.
312

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Jenkins plugin for MATLAB® enables you to easily run your MATLAB and Sim
99

1010
#### Change Log
1111

12-
* See version history and [change logs](https://github.com/mathworks/jenkins-matlab-plugin/blob/4ea5c5ec30cbec4fe53508b240cce853ed5ba350/CHANGELOG.md).
12+
* To learn how to configure the Jenkins Plugin for MATLAB, see version history and [change logs](https://github.com/mathworks/jenkins-matlab-plugin/blob/4ea5c5ec30cbec4fe53508b240cce853ed5ba350/CHANGELOG.md).
1313

1414
## Contact Us
1515
If you have any questions or suggestions, please contact MathWorks.

0 commit comments

Comments
 (0)