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

Commit b03aa82

Browse files
author
Nikhil Bhoski
committed
Updated the File location to File path:
1 parent 8fea3e5 commit b03aa82

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33

44
<f:section title="Generate Test Artifacts">
55
<f:optionalBlock name="pdfReportChkBx" field="pdfReportChkBx" title="PDF test report" checked="${instance.isPdfChecked}">
6-
<f:entry field="pdfReportFilePath" title="File location ">
6+
<f:entry field="pdfReportFilePath" title="File path: ">
77
<f:textbox default="matlabTestArtifacts/testreport.pdf"/>
88
</f:entry>
99
</f:optionalBlock>
1010

1111
<f:optionalBlock name="tapChkBx" field="tapChkBx" title="TAP test results" checked="${instance.isTapChecked}">
12-
<f:entry field="tapReportFilePath" title="File location ">
12+
<f:entry field="tapReportFilePath" title="File path: ">
1313
<f:textbox default="matlabTestArtifacts/taptestresults.tap"/>
1414
</f:entry>
1515
</f:optionalBlock>
1616

1717
<f:optionalBlock name="junitChkBx" field="junitChkBx" title="JUnit-style test results" checked="${instance.isJunitChecked}">
18-
<f:entry field="junitReportFilePath" title="File location ">
18+
<f:entry field="junitReportFilePath" title="File path: ">
1919
<f:textbox default="matlabTestArtifacts/junittestresults.xml"/>
2020
</f:entry>
2121
</f:optionalBlock>
2222

2323
<f:optionalBlock name="stmResultsChkBx" field="stmResultsChkBx" title="Simulink Test Manager results" checked="${instance.isStmChecked}">
24-
<f:entry field="stmResultsFilePath" title="File location ">
24+
<f:entry field="stmResultsFilePath" title="File path: ">
2525
<f:textbox default="matlabTestArtifacts/simulinktestresults.mldatx"/>
2626
</f:entry>
2727
</f:optionalBlock>
@@ -30,13 +30,13 @@
3030

3131
<f:section title="Generate Coverage Artifacts">
3232
<f:optionalBlock name="coberturaChkBx" field="coberturaChkBx" title="Cobertura code coverage" checked="${instance.isCoberturaChecked}">
33-
<f:entry field="coberturaReportFilePath" title="File location ">
33+
<f:entry field="coberturaReportFilePath" title="File path: ">
3434
<f:textbox default="matlabTestArtifacts/cobertura.xml"/>
3535
</f:entry>
3636
</f:optionalBlock>
3737

3838
<f:optionalBlock name="modelCoverageChkBx" field="modelCoverageChkBx" title="Cobertura model coverage" checked="${instance.isModelCovChecked}">
39-
<f:entry field="modelCoverageFilePath" title="File location ">
39+
<f:entry field="modelCoverageFilePath" title="File path: ">
4040
<f:textbox default="matlabTestArtifacts/modelcoverage.xml"/>
4141
</f:entry>
4242
</f:optionalBlock>

0 commit comments

Comments
 (0)