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

Commit 2e6f385

Browse files
committed
Updated as per Review comments
1 parent 25b3608 commit 2e6f385

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/com/mathworks/ci/tools/MatlabInstaller.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ private void appendReleaseToArguments (ArgumentListBuilder args, TaskListener lo
152152

153153
if (releaseVersion != null && releaseVersion.contains ("prerelease")) {
154154
actualRelease = releaseVersion.replace ("prerelease", "");
155+
args.add ("--release-status=Prerelease");
155156
} else {
156157
actualRelease = releaseVersion;
157158
}

src/main/resources/com/mathworks/ci/tools/MatlabInstaller/help-products.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Insert a space-separated list of products to install. The plugin installs the specified products in addition to MATLAB.
44
</p>
55
<p>
6-
For a list of supported products, open the input file for your preferred release from the <a href="https://github.com/mathworks-ref-arch/matlab-dockerfile/tree/main/mpm-input-files">mpm-input-files </a>folder on GitHub.
6+
For a list of supported products, open the input file for your preferred release from the <a href="https://github.com/mathworks-ref-arch/matlab-dockerfile/tree/main/mpm-input-files">mpm-input-files</a> folder on GitHub.
77
Specify products using the format shown in the input file, excluding the #product. prefix. For example, to install Deep Learning Toolbox in addition to MATLAB, insert Deep_Learning_Toolbox in the Products box.
88
</p>
99
<p>

0 commit comments

Comments
 (0)