This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
src/main/resources/com/mathworks/ci Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ <?jelly escape-by-default =' true' ?>
2+ <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" >
3+
4+ <f : entry title =" Command" field =" matlabCommand" >
5+ <f : textbox />
6+ </f : entry >
7+
8+ </j : jelly >
Original file line number Diff line number Diff line change 1+ <?jelly escape-by-default =' true' ?>
2+ <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" >
3+
4+ <f : entry title =" Pdf Report" field =" testResultsPdf" >
5+ <f : textbox />
6+ </f : entry >
7+
8+ <f : entry title =" TAP report" field =" testResultsTAP" >
9+ <f : textbox />
10+ </f : entry >
11+
12+ <f : entry title =" Junit report" field =" testResultsJUnit" >
13+ <f : textbox />
14+ </f : entry >
15+
16+ <f : entry title =" Cobertura code coverage" field =" codeCoverageCobertura" >
17+ <f : textbox />
18+ </f : entry >
19+
20+ <f : entry title =" Simulink Test report" field =" testResultsSimulinkTest" >
21+ <f : textbox />
22+ </f : entry >
23+
24+ <f : entry title =" Model coverage report" field =" modelCoverageCobertura" >
25+ <f : textbox />
26+ </f : entry >
27+
28+ </j : jelly >
You can’t perform that action at this time.
0 commit comments