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 …