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

Commit 8a2fbd0

Browse files
author
Nikhil Bhoski
committed
Updated default values of new fields.
1 parent 64e65f4 commit 8a2fbd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class RunMatlabTestsBuilder extends Builder implements SimpleBuildStep, M
6161
private SourceFolder sourceFolder;
6262
private SelectByFolder selectByFolder;
6363
private SelectByTag selectByTag;
64-
private String loggingLevel;
65-
private String outputDetail;
66-
private boolean useParallel;
67-
private boolean strict;
64+
private String loggingLevel = "default";
65+
private String outputDetail = "default";
66+
private boolean useParallel = false;
67+
private boolean strict = false;
6868

6969

7070
@DataBoundConstructor

0 commit comments

Comments
 (0)