macOS
brew install jenkinslocal Homebrew formula metadata
sudo port install jenkinsMacPorts ports tree · devel/jenkins/Portfile · source: api.github.com
brew
Extendable open source continuous integration server. Version 2.572 via Homebrew; verified 2026-07-07.
install
brew install jenkinslocal Homebrew formula metadata
sudo port install jenkinsMacPorts ports tree · devel/jenkins/Portfile · source: api.github.com
sudo apk add jenkinsAlpine Linux edge package indexes · jenkins · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#jenkinsnixpkgs package indexes · pkgs/by-name/je/jenkins/package.nix · source: api.github.com
sudo pacman -S jenkinsArch Linux sync databases · jenkins · source: geo.mirror.pkgbuild.com
choco install jenkinsChocolatey community package catalog · jenkins · source: community.chocolatey.org
scoop install main/jenkinsScoop official bucket manifest trees · bucket/jenkins.json · source: api.github.com
overview
Extendable open source continuous integration server
history
Jenkins is an open-source automation server used for continuous integration, delivery, and deployment workflows. In package-manager form it is a service-oriented Java application plus command-line entry points rather than a small single-purpose CLI.
The project began as Hudson in 2004, created by Kohsuke Kawaguchi while he worked at Sun Microsystems. The origin story preserved by the Jenkins community describes Hudson as a way to test code before commits so broken builds would not surprise a team.
In January 2011, Hudson community leaders proposed renaming the project to Jenkins after talks with Oracle left unresolved control over the Hudson name. The follow-up vote produced a strong result for renaming, and the project began moving domains, mailing lists, and GitHub organization identity to Jenkins.
Jenkins developed as an extensible automation server with a large plugin ecosystem, a web administration model, Pipeline-as-code workflows, agents, remoting, and CLI/API surfaces. That breadth explains why package managers often split Jenkins into regular and LTS formulas.
Jenkins spread through development and operations teams because it combined a self-hosted automation server with plugins and job configuration that could fit many build systems, source-control hosts, test runners, artifact stores, and deployment workflows.
The project documentation treats the CLI, plugins, Pipeline, and LTS release line as ordinary administration surfaces, showing how Jenkins adoption includes both interactive web use and scripted operations.
Package users install Jenkins to run a controller service, manage jobs and plugins, expose web and API endpoints, and interact with the server through the bundled CLI. Jenkins stores much of its controller and job configuration under JENKINS_HOME as XML files, while newer workflows often define build logic in Jenkinsfiles through Pipeline.
Jenkins is package-nerd significant because it is an application, service, plugin host, Java runtime workload, and CLI endpoint all at once. A formula has to encode service startup, upgrade behavior, filesystem state, and compatibility expectations, not merely place a binary on PATH.
The separate Jenkins and Jenkins LTS formulas are also a useful packaging example: the package name communicates release cadence and operational posture while both formulas point back to the same upstream project.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$JENKINS_HOME/config.xml$JENKINS_HOME/*.xml$JENKINS_HOME/jobs/[JOBNAME]/config.xmlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
jenkins | cli | global executable | |
jenkins-cli | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:jenkins |
|---|---|
| Version | 2.572 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/jenkins |
| Homepage | https://www.jenkins.io/ |
| Repository | https://github.com/jenkinsci/jenkins |
| Upstream docs | https://www.jenkins.io/doc |
| License | MIT |
| Source archive | https://get.jenkins.io/war/2.572/jenkins.war |
| Last updated | 2026-07-07T09:59:02Z |
| Pulse | updated |
| Dependencies | openjdk@21 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | Note: When using launchctl the port will be 8080. |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jenkins |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
jenkins
nix profile install nixpkgs#jenkinsjenkins 2.555.1-r0
Extendable continuous integration server (LTS version)
sudo apk add jenkinsjenkins-openrc 2.555.1-r0
Extendable continuous integration server (LTS version) (OpenRC init scripts)
sudo apk add jenkins-openrcjenkins 2.567-1
Extendable continuous integration server (latest)
sudo pacman -S jenkinsjenkins
sudo port install jenkinsjenkins
choco install jenkinsmain/jenkins
scoop install main/jenkinsjenkins-cli
sudo port install jenkins-clisource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.