From the course: Learning Jenkins

Schalten Sie den kompletten Kurs noch heute frei

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

Install Jenkins on Mac

Install Jenkins on Mac - Jenkins Tutorial

From the course: Learning Jenkins

Install Jenkins on Mac

"

- [Instructor] Let's go through a demonstration of how to install Jenkins on a macOS system. If you're following along, be sure to reference the exercise files for this lesson for the commands I enter during the installation. And along with enough RAM and storage space, you may also need to have admin permissions depending on your system configuration. We'll be using the Homebrew package manager for this installation, so you'll need to have that in place as well. You can find details for setting up Homebrew on the tools webpage at brew.sh. I'm logged into my Mac and I ran brew --version just to confirm that Homebrew is installed and ready to go. We also need Java so I can use brew to install that as well with the command brew install java. I already have Java installed on this system, so I'm all set. Thanks, Homebrew. So with Java in place, I can run brew install jenkins. When Jenkins is installed on macOS, it runs as a…

Inhalt