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

Provide a valid list of plugins for a specific version of Jenkins #47

Open
clarsonneur opened this issue Dec 19, 2018 · 1 comment
Open
Assignees
Labels
enhancement New feature or request high
Milestone

Comments

@clarsonneur
Copy link
Contributor

When a Jenkins plugin requires a proper version of jenkins core, currently jplugins ignore it.

We should be able to support it.

@clarsonneur
Copy link
Contributor Author

Yesterday, blueocean delivered blueocean version 1.11.0.
This package was forcelly requiring a new version of Java (11 instead of 1.8 currently recommended)

Jenkins is fully supported on java 1.8, and is experimental in java 1.11.

jplugins, while it do not check the required java version, download them and fails to deliver the blueocean service with error message on the java version.

It became urgent to detect the java version to ensure that those plugins won't be selected if this happens again.
On the same day, blueocean was published back to 1.11.1 requiring Java 1.8 and not java 11.

I set this issue as high.

@clarsonneur clarsonneur added enhancement New feature or request high labels Feb 14, 2019
@clarsonneur clarsonneur self-assigned this Feb 14, 2019
@clarsonneur clarsonneur added this to the 1.0.0-10 milestone Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high
Projects
None yet
Development

No branches or pull requests

1 participant