Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
After the experiments in https://github.com/jenkinsci/plugin-compat-tester/pull/84 is seems we will have to package two JDK versions into the Docker image. Building with JDK 11 will require a lot of patches on the plugin side.
Advantage: with such approach we can have a single image for Java 8/11 and just switching the mode depending on the passed arguments
Attachments
Issue Links
- links to
oleg_nenashev would it be acceptable to use something like getopts in the shell script to ease the configuration of the script?
This way, with one arguments, like --jdk11, we could set the required JVM and CLI parameters. I would also have to review the script a bit.