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

Commit 29ae28f

Browse files
author
Nikhil Bhoski
committed
Updated headings and view in UI
1 parent a839aa6 commit 29ae28f

File tree

1 file changed

+18
-17
lines changed
  • src/main/resources/com/mathworks/ci/RunMatlabTestsBuilder

1 file changed

+18
-17
lines changed

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

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,37 @@
66
<f:optionalProperty field="sourceFolder" title="Source folder" />
77
</f:block>
88

9-
<f:section title="Run Customization">
9+
<br></br>
10+
11+
<f:section title="Filter Tests">
1012
<f:block>
11-
<f:entry field="useParallel" title="Use parallel " checked="${instance.useParallel}">
12-
<f:checkbox/>
13-
</f:entry>
13+
<f:optionalProperty field="selectByFolder" title="By folder name" />
14+
<br></br>
15+
<f:optionalProperty field="selectByTag" title="By tag" />
16+
</f:block>
17+
</f:section>
18+
<br></br>
1419

15-
<f:entry field="strict" title="Strict " checked="${instance.strict}">
20+
<f:section title="Customize Test Run">
21+
<f:block>
22+
<f:entry field="strict" title="Strict " checked="${instance.strict}">
1623
<f:checkbox/>
1724
</f:entry>
25+
<f:entry field="useParallel" title="Use parallel " checked="${instance.useParallel}">
26+
<f:checkbox/>
27+
</f:entry>
1828

1929
<!-- Verbosity fields -->
20-
<f:entry name="loggingLevel " title="Logging level" field="loggingLevel" default="Default">
30+
31+
<f:entry name="outputDetail" title="Output detail " field="outputDetail" default="Default">
2132
<f:select/>
2233
</f:entry>
2334

24-
<f:entry name="outputDetail" title="Output detail " field="outputDetail" default="Default">
35+
<f:entry name="loggingLevel " title="Logging level" field="loggingLevel" default="Default">
2536
<f:select/>
2637
</f:entry>
2738
</f:block>
2839
</f:section>
29-
<br></br>
30-
31-
<f:section title="Filter Tests">
32-
<f:block>
33-
<f:optionalProperty field="selectByFolder" title="By folder name" />
34-
<br></br>
35-
<f:optionalProperty field="selectByTag" title="By tag" />
36-
</f:block>
37-
</f:section>
38-
<br></br>
3940

4041

4142
<f:section title="Generate Test Artifacts">

0 commit comments

Comments
 (0)