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

Commit 95f7742

Browse files
committed
Updated run matlab command UI & help content.
1 parent a98285e commit 95f7742

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/main/resources/com/mathworks/ci/RunMatlabCommandBuilder/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?jelly escape-by-default='true'?>
22
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
33

4-
<f:entry title="MATLAB command" field="matlabCommand">
4+
<f:entry title="Command" field="matlabCommand">
55
<f:textbox/>
66
</f:entry>
77

src/main/resources/com/mathworks/ci/RunMatlabCommandBuilder/help-matlabCommand.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<div>
2-
To run your tests, enter MATLAB commands separated by semicolons.<br>
3-
<b>Example:</b> cd c:\MATLAB\tests; runtests('IncludingSubfolder','true');<br>
4-
2+
Enter the command you want to run in MATLAB. If the command represents a MATLAB function or script, do not specify the file extension.<br>
3+
<b>Examples:</b><br>
4+
<b>To run MATLAB commands :</b> cd c:\MATLAB\tests; runtests('IncludingSubfolder','true')<br>
5+
<b>To run MATLAB function or a script file :</b> cd c:\MATLAB\myscripts; runMyScript(arg1, arg2...)<br>
56
<br>&nbsp;</br>
67
<b>Recommendation:</b>If you require a number of MATLAB commands to execute your build, consider writing a MATLAB script and executing the script file instead.<br>
78
<b>Note:</b> The build will fail if the execution of any MATLAB command causes an error.

0 commit comments

Comments
 (0)