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

Commit 26d6104

Browse files
committed
UPdated the fID logic
1 parent 7482647 commit 26d6104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/+ciplugins/+jenkins/BuildReportPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
function runTaskGraph(plugin, pluginData)
88
[email protected](plugin, pluginData);
9-
[fID, msg] = fopen(fullfile(pwd,'buildArtifact.json'), 'w');
9+
[fID, msg] = fopen(fullfile(getenv("WORKSPACE"),'.matlab/buildArtifact.json'), 'w');
1010

1111
if fID == -1
1212
warning('BuildTool:artifactFileWarnning','Could not open a file for Jenkins build result table due to: %s', msg);

0 commit comments

Comments
 (0)