Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIXED JENKINS-7162] Add missing parameters as defaults when called from... #540

Merged
merged 1 commit into from
Aug 15, 2012
Merged

Conversation

cjo9900
Copy link
Member

@cjo9900 cjo9900 commented Aug 14, 2012

... CLI

Add all the job defined Parameters to the ParameterAction using Defaults
if not passed via the command line.

If this breaks backwards compatibility where these are not expected to be passed, we can introduce a new option to use the defaults for parameters which triggers this behaviour.

@option(name="-d",usage="Use defaults for parameters not specified, only valid when -p is used")
public boolean parameterDefaults = false;

…rom CLI

Add all the job defined Parameters to the ParameterAction using Defaults
if not passed via the command line.
vjuranek added a commit that referenced this pull request Aug 15, 2012
[FIXED JENKINS-7162] Add missing parameters as defaults when called from...
@vjuranek vjuranek merged commit 0ddceed into jenkinsci:master Aug 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants