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

1 Answer

0 votes
by

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)

Related questions

0 votes
asked Nov 16, 2022 in Jenkins by Robin
0 votes
asked Dec 1, 2019 in DevOps by SakshiSharma
...