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

Commit 19c9fe0

Browse files
committed
Added support for build visualization (Latest) (#268)
* Added support for build visualization * Fixed findbug issues * Fixed findbug issues * Fixed findbug issues * Deleted failuresummary.jelly * Refactored tests * Refactored jelly file * Updated as per review comments * updated jelly as per review comment * Using overide plugin method to generate json file * Updated as per review comment * Updated as per review comment * Added log updater plugin * Added log link support * Fixed spotbug issue * Renamed plugin packages * Changed data types for artifact data * empty * Fixed test failure * Fixed Merge conflicts * Fixed spotbug issue * Updated as per review comments * Updated as per review comments * Updated as per review comments * Updated as per review comments
1 parent df90dd8 commit 19c9fe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/mathworks/ci/RunMatlabBuildBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ private int execMatlabCommand(FilePath workspace, Launcher launcher,
151151
try {
152152
matlabLauncher = getProcessToRunMatlabCommand(workspace, launcher, bca, envVars,
153153
"setenv('MW_ORIG_WORKING_FOLDER', cd('"+ uniqueTmpFolderPath.getRemote().replaceAll("'", "''") +"'));"+ uniqueBuildFile, options, uniqueTmpFldrName);
154+
154155

155156
listener.getLogger()
156157
.println("#################### Starting command output ####################");

0 commit comments

Comments
 (0)