Skip to content

Commit

Permalink
JENKINS-40142 - Correctly set default values for String params
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolobato committed Dec 1, 2016
1 parent a1bd50a commit 9b1076a
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -54,13 +54,13 @@ public class WithMavenStep extends AbstractStepImpl {


private String mavenSettingsConfig;
private String mavenSettingsFilePath;
private String mavenSettingsFilePath = "";
private String globalMavenSettingsConfig;
private String globalMavenSettingsFilePath;
private String globalMavenSettingsFilePath = "";
private String maven;
private String mavenOpts;
private String mavenOpts = "";
private String jdk;
private String mavenLocalRepo;
private String mavenLocalRepo = "";

@DataBoundConstructor
public WithMavenStep() {
Expand Down

0 comments on commit 9b1076a

Please sign in to comment.