0 votes
in Jenkins by
How do you install Jenkins?

1 Answer

0 votes
by

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.
...