Login
Remember
Register
Ask a Question
What are the ways to install Jenkins?
0
votes
asked
Nov 16, 2022
in
Jenkins
by
Robin
What are the ways to install Jenkins?
jenkins-install
installation-jenkins
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 16, 2022
by
Robin
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)
...