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

[JENKINS-59148] Add option for getting all of the latest dependencies #71

Merged
merged 2 commits into from Sep 18, 2019

Conversation

stopalopa
Copy link
Contributor

https://issues.jenkins-ci.org/browse/JENKINS-59148

Based off of feedback from Oleg, the current functionality of having all dependencies be on the latest version should also be supported since that's how the install-plugins bash script is currently working.

@stopalopa stopalopa requested review from a team, slide, jetersen, belltimo and timja and removed request for belltimo September 13, 2019 04:03
private boolean useLatest;
private boolean useLatestSpecified;

@Option(name = "--latest-all", usage = "Set to true to download the latest version of all dependencies, even " +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could this be the latest option? this is what I would expect when I ask for latest.
it's also what I would probably expect by default really. but debatable and personal preference

Suggested change
@Option(name = "--latest-all", usage = "Set to true to download the latest version of all dependencies, even " +
@Option(name = "--latest", usage = "Set to true to download the latest version of all dependencies, even " +

@stopalopa stopalopa merged commit 573cc09 into jenkinsci:master Sep 18, 2019
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.

None yet

3 participants