macOS Installer for Jenkins Weekly
Jenkins can be installed using the
Homebrew
package manager.
Homebrew formula:
jenkins
This package is supported by a third party.
It may not be as frequently updated as packages directly supported by the Jenkins project.
Sample commands:
-
Install the latest Weekly version:
brew install jenkins
-
Start the Jenkins service:
brew services start jenkins
-
Restart the Jenkins service:
brew services restart jenkins
-
Update the Jenkins version:
brew upgrade jenkins
After starting the Jenkins service, browse to http://localhost:8080 and follow the instructions to complete the installation.
Also see the external materials for installation guidelines. For example,
this blogpost
describes the installation process.