|
2 | 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 | 3 |
|
4 | 4 | <f:section title="Generate Test Artifacts"> |
5 | | - <f:optionalBlock name="pdfReportArtifact" field="pdfReportArtifact" title="PDF test report" checked="${instance.pdfReportArtifact.default}"> |
| 5 | + <f:optionalBlock name="pdfReportArtifact" field="pdfReportArtifact" title="PDF test report" checked="${instance.pdfReportArtifact.selected}"> |
6 | 6 | <f:entry field="pdfReportFilePath" title="File path: "> |
7 | 7 | <f:textbox default="matlabTestArtifacts/testreport.pdf"/> |
8 | 8 | </f:entry> |
9 | 9 | </f:optionalBlock> |
10 | 10 |
|
11 | | - <f:optionalBlock name="tapArtifact" field="tapArtifact" title="TAP test results" checked="${instance.tapArtifact.default}"> |
| 11 | + <f:optionalBlock name="tapArtifact" field="tapArtifact" title="TAP test results" checked="${instance.tapArtifact.selected}"> |
12 | 12 | <f:entry field="tapReportFilePath" title="File path: "> |
13 | 13 | <f:textbox default="matlabTestArtifacts/taptestresults.tap"/> |
14 | 14 | </f:entry> |
15 | 15 | </f:optionalBlock> |
16 | 16 |
|
17 | | - <f:optionalBlock name="junitArtifact" field="junitArtifact" title="JUnit-style test results" checked="${instance.junitArtifact.default}"> |
| 17 | + <f:optionalBlock name="junitArtifact" field="junitArtifact" title="JUnit-style test results" checked="${instance.junitArtifact.selected}"> |
18 | 18 | <f:entry field="junitReportFilePath" title="File path: "> |
19 | 19 | <f:textbox default="matlabTestArtifacts/junittestresults.xml"/> |
20 | 20 | </f:entry> |
21 | 21 | </f:optionalBlock> |
22 | 22 |
|
23 | | - <f:optionalBlock name="stmResultsArtifact" field="stmResultsArtifact" title="Simulink Test Manager results" checked="${instance.stmResultsArtifact.default}"> |
| 23 | + <f:optionalBlock name="stmResultsArtifact" field="stmResultsArtifact" title="Simulink Test Manager results" checked="${instance.stmResultsArtifact.selected}"> |
24 | 24 | <f:entry field="stmResultsFilePath" title="File path: "> |
25 | 25 | <f:textbox default="matlabTestArtifacts/simulinktestresults.mldatx"/> |
26 | 26 | </f:entry> |
|
29 | 29 | </f:section> |
30 | 30 |
|
31 | 31 | <f:section title="Generate Coverage Artifacts"> |
32 | | - <f:optionalBlock name="coberturaArtifact" field="coberturaArtifact" title="Cobertura code coverage" checked="${instance.coberturaArtifact.default}"> |
| 32 | + <f:optionalBlock name="coberturaArtifact" field="coberturaArtifact" title="Cobertura code coverage" checked="${instance.coberturaArtifact.selected}"> |
33 | 33 | <f:entry field="coberturaReportFilePath" title="File path: "> |
34 | 34 | <f:textbox default="matlabTestArtifacts/cobertura.xml"/> |
35 | 35 | </f:entry> |
36 | 36 | </f:optionalBlock> |
37 | 37 |
|
38 | | - <f:optionalBlock name="modelCoverageArtifact" field="modelCoverageArtifact" title="Cobertura model coverage" checked="${instance.modelCoverageArtifact.default}"> |
| 38 | + <f:optionalBlock name="modelCoverageArtifact" field="modelCoverageArtifact" title="Cobertura model coverage" checked="${instance.modelCoverageArtifact.selected}"> |
39 | 39 | <f:entry field="modelCoverageFilePath" title="File path: "> |
40 | 40 | <f:textbox default="matlabTestArtifacts/modelcoverage.xml"/> |
41 | 41 | </f:entry> |
|
0 commit comments