0 votes
What are the ways to install Jenkins?
in Jenkins by

1 Answer

0 votes

Jenkins can be installed using –

  • Native System Package Manager like – apt (Linux), brew (Mac), etc.
  • Docker (popular docker images for Jenkins is available for different platforms like Unix/Mac/Windows in the docker registry)
  • Kubernetes (available as a helm chart and can be installed on our Kubernetes clusters)
  • Standalone (on any machine with a Java Runtime Environment installed)
by
...