Skip to content
Snippets Groups Projects

jenkins: Install required jre in jenkins base profile

  1. Dec 07, 2021
    • Antoine R. Dumont's avatar
      jenkins: Install required jre in jenkins base profile · f7b31905
      Antoine R. Dumont authored
      Without this change, applying the manifest on jenkins server the first time around just
      fails the jenkins service as the jre is missing from the PATH.
      
      Implementation wise, this moves the java install instruction into the jenkins base
      profile as it's already a requirement for the agent.
      
      Related to T3770
      Verified
      f7b31905
Loading