From the course: Robot Framework Test Automation: Jenkins CI and Git Version Control

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Jenkins web app installation

Jenkins web app installation

- [Instructor] So first things first. I'm going to navigate to Jenkins.io and grab the .war installer and place it in C:\Program Files (x86)\Jenkins\. So we're at Jenkins.io. Click on Download Jenkins. And notice it's giving us a long-term support release or a weekly release. I'm going to go ahead and grab this weekly release here and click on this button. You can see it's prompting me to download this Jenkins .war file here. I'm going to click on Save As, navigate to C:\Program Files (x86), create a new folder called Jenkins, and save it inside here. I'll go ahead and open that folder. Now that I've got my .war file in my Jenkins directory, it's important that I create the environment variable before I open a command line to do the rest of the installation. So I'll right-click on My Computer, Properties, Advanced System Settings, Environment Variables button. In here, I'll create a new environment variable called Jenkins_Home. And I will click here to grab this path and supply that…

Contents