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

Commit 06b6012

Browse files
committed
Update help text/warnings
1 parent fe46d82 commit 06b6012

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/resources/com/mathworks/ci/UseMatlabVersionBuildWrapper/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
The list includes the names of all MATLAB versions that have been registered as a tool in <u>Jenkins</u>. Select one of the tools, or select <b>Custom…</b> if you want to specify a different version. When you select <b>Custom…</b>, you must enter the full path to the desired MATLAB root folder in the <b>MATLAB root</b> box.
55
</p>
66
<p><br>
7-
<b>Note:</b> In multi-configuration projects, the values specified by <b>Use MATLAB Version</b> value takes precedence over the values specified by the <b>MATLAB</b> axis.
7+
<b>Note:</b> In multi-configuration projects, the value specified by <b>Use MATLAB version</b> takes precedence over the values specified by the <b>MATLAB</b> axis.
88
</p>
99
</div>

src/main/resources/config.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ matlab.tests.step.display.name = Run MATLAB tests and generate artifacts
2626
matlab.custom.location = Custom...
2727
matlab.added.to.path.from = Prepending MATLAB to the PATH variable from this location: %s
2828
Axis.matlab.key = MATLAB
29-
Axis.use.matlab.warning = This project specifies MATLAB versions using the added 'MATLAB' axis as well as the 'Use MATLAB version' option. The value specified by 'Use MATLAB version' take precedence over the values specified by the 'MATLAB' axis.
30-
Axis.no.installed.matlab.error = Because no MATLAB versions are configured in Jenkins Global Tool Configuration, the plugin will run the default matrix configuration.
31-
Use.matlab.version.axis.warning = This project specifies MATLAB version using the 'Use MATLAB version' option as well as the added 'MATLAB' axis. The value specified by 'Use MATLAB version' take precedence over the values specified by the 'MATLAB' axis.
29+
Axis.use.matlab.warning = This project specifies MATLAB versions using the added 'MATLAB' axis as well as the 'Use MATLAB version' option. The value specified by 'Use MATLAB version' takes precedence over the values specified by the 'MATLAB' axis.
30+
Axis.no.installed.matlab.error = Because no MATLAB versions exist under Jenkins Global Tool Configuration, the plugin will run the default matrix configuration.
31+
Use.matlab.version.axis.warning = This project specifies MATLAB versions using the 'Use MATLAB version' option as well as the added 'MATLAB' axis. The value specified by 'Use MATLAB version' takes precedence over the values specified by the 'MATLAB' axis.
3232

0 commit comments

Comments
 (0)