From 9e8d44e0fc0efed2cc6c3c4e2875a64e522fa761 Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:51:15 -0500 Subject: [PATCH] Update CONFIGDOC.md --- CONFIGDOC.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONFIGDOC.md b/CONFIGDOC.md index d7c54fd7..cc44411e 100644 --- a/CONFIGDOC.md +++ b/CONFIGDOC.md @@ -112,13 +112,15 @@ To generate test and coverage artifacts, select options in the **Generate Test A ![run_matlab_tests_artifacts](https://github.com/user-attachments/assets/d38bb240-5a24-4313-9585-8692c82525f5) -The **Run MATLAB Tests** build step produces a MATLAB script file and uses it to run the tests and generate the artifacts. The plugin writes the contents of this file to the build log. You can review the build log on the **Console Output** page to understand the testing workflow. - Artifacts that the plugin generates are subject to these restrictions: * Producing a PDF test report on macOS platforms is supported in MATLAB R2020b and later. * Exporting Simulink Test™ Manager results requires a Simulink Test license and is supported in MATLAB R2019a and later. * Collecting model coverage results requires a Simulink Coverage™ license and is supported in MATLAB R2018b and later. +The **Run MATLAB Tests** build step produces a MATLAB script file and uses it to run the tests and generate the artifacts. The plugin writes the contents of this file to the build log. You can review the build log on the **Console Output** page to understand the testing workflow. + +You can access the results of running MATLAB and Simulink tests directly from your Jenkins interface. For more information, see [Access Visualized Test Results](#access-visualized-test-results). + #### Run MATLAB Command The **Run MATLAB Command** build step lets you run MATLAB scripts, functions, and statements. You can use this build step to customize your test run or execute any MATLAB commands. @@ -366,6 +368,8 @@ node { } ``` +You can access the results of running MATLAB and Simulink tests directly from your Jenkins interface. For more information, see [Access Visualized Test Results](#access-visualized-test-results). + ### Use the `runMATLABCommand` Step Use the `runMATLABCommand` step in your pipeline to run MATLAB scripts, functions, and statements. You can use this step to customize your test run or execute any MATLAB commands. The step requires an input and also accepts an optional input.