1.

What are the ways to install Jenkins?

Answer»

Jenkins can be INSTALLED using -

  1. NATIVE System Package Manager like - apt (Linux), brew (Mac), etc.
  2. Docker (popular docker IMAGES for Jenkins is AVAILABLE for different platforms like Unix/Mac/Windows in the docker registry)
  3. KUBERNETES (available as a helm chart and can be installed on our Kubernetes clusters)
  4. Standalone (on any machine with a Java Runtime Environment installed)

For more detailed installation instructions refer official documentation



Discussion

No Comment Found