Login
Remember
Register
Ask a Question
How do you install Jenkins?
0
votes
asked
Apr 28, 2021
in
Jenkins
by
Robindeniel
How do you install Jenkins?
#install-jenkins
jenkins-install
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 28, 2021
by
Robindeniel
To install Jenkins, make sure the following are installed –
Java (version 8)
Apache Tomcat (version 9)
Download the Jenkins war file and deploy it using Tomcat. You can choose to install the plugins suggested by Jenkins during the installation itself. Once the installation is done, you will be able to see the Jenkins dashboard.
...