From the course: Learning Jenkins

Unlock the full course today

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

Install Jenkins on Windows

Install Jenkins on Windows - Jenkins Tutorial

From the course: Learning Jenkins

Install Jenkins on Windows

- [Instructor] Let's get Jenkins installed on your Windows laptop or workstation. I'll be demonstrating an installation on Windows Server 2022, but other versions of Windows will follow a similar process. First you'll need to have admin privileges so you can install software on the system. You'll be installing Java, specifically open JDK 11, a Git Client and Jenkins. For Java, I'm installing the Microsoft build of open JDK 11. It has a Windows installer that makes the install as easy as clicking next, next, next. You'll also need to install Git. Git will allow Jenkins to work with repositories like GitHub, GitLab and Bitbucket. Download and run the installer from this webpage, and again, click next to accept all the defaults during your install. Once you have all of that in place, open a browser to jenkins.io/download. Scroll down until you see the window section in the column to the left and click on that. That'll…

Contents