pkg.sopackage field notes

brew / rank 1420

Install jenkins with Homebrew

Extendable open source continuous integration server. Version 2.575 via Homebrew; verified 2026-07-28.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install jenkins

provider-native install command

overview

Package summary

Extendable open source continuous integration server

Commands and aliases

  • jenkins
  • jenkins-cli

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2004: Hudson, later Jenkins, was started by Kohsuke Kawaguchi at Sun Microsystems.
  • 2010: the jenkinsci/jenkins GitHub repository was created in November.
  • 2011: Hudson community leaders proposed the Jenkins rename in January.
  • 2011: the rename vote concluded with 214 eligible votes for renaming and 14 for the status quo.
  • 2011: Jenkins infrastructure began moving domains, groups, and GitHub organization naming to the Jenkins identity.

Related projects

  • Hudson is the predecessor name and historical fork context for Jenkins.
  • Jenkins Pipeline is the related workflow system for defining delivery logic as code.
  • Jenkins plugins are the integration mechanism that connects the server to source control, build tools, cloud providers, credentials, notifications, and deployment systems.
  • Jenkins LTS is the related conservative release line packaged separately by Homebrew.

security posture

Risk level: orange

formula declares a Homebrew service.

Risk classifier

orange risk · medium confidence · infrastructure

Why

  • formula declares a Homebrew service

Signals

  • metadata:service

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
$JENKINS_HOME/config.xml$JENKINS_HOME/*.xml$JENKINS_HOME/jobs/[JOBNAME]/config.xml

executables

Installed executables

CommandKindExposureNote
jenkinsexecutableindexed executableDiscovered from the local executable index.
jenkins-cliexecutableindexed executableDiscovered from the local executable index.

freshness

Version and 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.

page generated2026-08-03
manager version2.575
manager updated2026-07-28
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:jenkins
Version2.575
Package managerHomebrew
Homepagehttps://www.jenkins.io/
Repositoryhttps://github.com/jenkinsci/jenkins
Last updated2026-07-28T10:28:58Z
Pulseupdated
Bottlenot recorded
Servicenone declared

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • curated configuration and credential file locations
  • curated package history
  • pkgdb category and tag curation