Jenkins
Jenkins
1. Before installing Jenkins you should must have java JDK installed on your local machine
as Jenkins is developed using Java language. ( JDK 8 , 11, 17...go for latest. I'm using JDK
17.0)
2. Download the latest Jenkins WAR file to an appropriate directory on your machine
3. Open up a terminal/command prompt window to the download directory
4. Run the command java –jar <path of your jenkins war file, just drag and
drop it will fetch the path> (This will generate initial password)
5. Browse to http://localhost:8080 and wait until the Unlock Jenkins page appears
7. After installing all recommended plugins, create your username and password with
email provided.
9. Now Jenkins is installed, you are ready to go!! Every time you need to use jenkins, open
icognito mode, write localhost:8080, login with your username and password.