Jenkins Beginner Tutorial 1 – Introduction and Getting Started

Notes:

Jenkins
– java application
– used for continuous integration and continuous delivery


Step 1
Download Jenkins war file – https://jenkins.io/


Step 2
Place the war file into any location on your system


Step 3
Goto command prompt (windows) | terminal (mac)
– goto folder where jenkins.war is
– java -jar jenkins.war


Step 4
Goto browser – http://localhost:8080 (Jenkins window should show up)


Step 5
Install required plugins


Step 6
Get started with Jenkins


To see hidden files/folders on mac:
1. Exit Finder
2. On terminal – defaults write com.apple.finder AppleShowAllFiles TRUE
3. Press option/alt – right click finder – relaunch


 

Jenkins Beginner Playlisthttps://www.youtube.com/playlist?list=PLhW3qG5bs-L_ZCOA4zNPSoGbnVQ-rp_dG

Send me your comments and feedback


 

5