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