Hello Everyone, We are going to see the installation part of Jenkins in this blog. We are installing Jenkins on many platforms such as Mac, Ubuntu, Docker or so on. But we are going to use Windows machine to install this. Let's follow below steps to install.
Download Docker for Windows. Click Here.
MSI file has been downloaded. Execute it.
Click on Next.
Provide installation path and click Next.
Click on Install.
Installation is in Progress.
Installation of Jenkins has been completed. Click on Finish.
Now we need to do initial configuration. Login using Jenkins URL which is by default configured as http://localhost:8080
Page loading is in progress.
Here you need password which is configured by default during installation. To get this password, access below path.
D:\Program Files (x86)\Jenkings|secrets\initialAdminPassword
Here you can see initialAdminPassword file. Open it in internet explorer.
This is yoru first default password.
Login using the same password and use admin as user ID.
Click on Install Suggested Plugins.
Installation of Plugins are in progress. Once finished, click on Continue to proceed further.
Create Admin user ID. You can use this to login further. Click on Save & Continue.
Configure URL for Jenkins.
Now Jenkins configuration is done and you are ready to use it.
Access it through URL. http://localhost:8080
In Next blog, we will see how to Execute a PowerCLI script using Jenkins.