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

Commit 3d6bbd1

Browse files
committed
Merge branch '2.11.2-SNAPSHOT-Qualification' of https://github.com/mathworks/jenkins-matlab-plugin into 2.11.2-SNAPSHOT-Qualification
2 parents 41a0fa8 + c04b1dd commit 3d6bbd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath />
99
</parent>
1010
<artifactId>matlab</artifactId>
11-
<version>2.11.2-SNAPSHOT</version>
11+
<version>2.12.1-SNAPSHOT</version>
1212
<packaging>hpi</packaging>
1313
<developers>
1414
<developer>

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 = fopen('.matlab/buildArtifact.json', 'w');
9+
fID = fopen(fullfile(getenv("WORKSPACE"),'.matlab/buildArtifact.json'), 'w');
1010
taskDetails = struct();
1111
for idx = 1:numel(pluginData.TaskResults)
1212
taskDetails(idx).name = pluginData.TaskResults(idx).Name;

0 commit comments

Comments
 (0)