Welcome to the Linux Foundation Forum!

How does the JVM get built into the "worker" app?

  1. RUNNING APPS AT SCALE WITH KUBERNETES
    -> Deploying "worker", "db" and "result" Apps

How does the JVM get built into the container?

Answers

  • gouravshah
    gouravshah Posts: 139

    @ssarakas we use the JVM which is already packaged into the container along with Jenkins. If you exec into the container and run java -version you are going to see a version of java installed already. We are just consuming that instead of installing it explicitly using jenkins global tools.

    However, if you need any additional version of java, you would do so from global tools configuration @ Jenkins.

Categories

Upcoming Training