Skip to content

Commit

Permalink
[JENKINS-32939] changed the constructor when asking for default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
escoem committed Mar 11, 2016
1 parent 866b4ae commit dab454f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,7 +97,7 @@ public SimpleParameterDefinition copyWithDefaultValue(ParameterValue defaultValu

@Override
public LabelParameterValue getDefaultParameterValue() {
return new LabelParameterValue(getName(), getDescription(), defaultValue);
return new LabelParameterValue(getName(), defaultValue, allNodesMatchingLabel, nodeEligibility);
}

public boolean isAllNodesMatchingLabel() {
Expand Down

0 comments on commit dab454f

Please sign in to comment.