INSTALLATION OF JENKINS AND ITS
SUPPORTING TOOL
Create a Folder “Jenkins” in our subject folder (S219DevOps or
S118DevOps) and create a subfolder “Tools”. Keep all downloaded files in
that folder for future reference. Create text file “ReadMe.txt” and update
each and every moment regarding Jenkins installation in that file.
1. Download Git and install in the system:
https://git-scm.com/downloads
If already installed, proceed with JDK21.
2. Download and install JDK
3. Copy the downloaded file in Tools folder and Install the JDK
If already installed , Proceed with the next step.
4. Install JDK and note down the Installation Path
5. Add a new Environmental Variable with the JDK path
6. Environment variable : JDK_HOME
If already installed the JDK, just set the JDK_HOME environment variable
and proceed further.
Jenkins Download and installation
1. Search for Jenkins and download
https://www.jenkins.io/download/
7. Download Jenkins
8. Jenkins installation
9. Set local login
10. Set the JDK path during Jenkins installation
11. Next -Next – install
12. check Jenkins installation: if not available, first unlock and
then proceed
(to unlock follow the step 13)
13.unlock Jenkins
15. set password – on the .txt file from the specified path
16. Copy the Password
17. Proceed with copied password
18. Next
19. Set username and password
Set admin/admin as user name and password
Now logout and find the login screen.
INSTALLATION OF TAMCAT
1. Search and download the tomcat setup file
2. Be specific about the version Tomcat 9
1. Download the OS supported Version
3.Install the Tomcat with proper configuration
4. Port 9090, admin/admin
5. Set the JDK 21 path during the Tomcat Installation
6. Run Tomcat server
7. Continue the process and complete the installation.
8.Open the installation path and open conf folder
8. Open tomcat-users.html file in notepad
9. Open the tomcat-users.html file and edit as below
Apache Maven – Download and configure
1. Search and download the Apache Maven and proceed