macOS
brew install jenkinslocal Homebrew formula metadata
sudo port install jenkinsMacPorts ports tree · devel/jenkins/Portfile · ソース: api.github.com
brew
jenkins のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jenkinslocal Homebrew formula metadata
sudo port install jenkinsMacPorts ports tree · devel/jenkins/Portfile · ソース: api.github.com
sudo apk add jenkinsAlpine Linux edge package indexes · jenkins · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#jenkinsnixpkgs package indexes · pkgs/by-name/je/jenkins/package.nix · ソース: api.github.com
sudo pacman -S jenkinsArch Linux sync databases · jenkins · ソース: geo.mirror.pkgbuild.com
choco install jenkinsChocolatey community package catalog · jenkins · ソース: community.chocolatey.org
scoop install main/jenkinsScoop official bucket manifest trees · bucket/jenkins.json · ソース: api.github.com
概要
Extendable open source continuous integration server
履歴
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.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.xml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jenkins | cli | グローバル実行可能ファイル | |
jenkins-cli | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:jenkins |
|---|---|
| バージョン | 2.574 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/jenkins |
| ホームページ | https://www.jenkins.io/ |
| リポジトリ | https://github.com/jenkinsci/jenkins |
| 上流ドキュメント | https://www.jenkins.io/doc |
| ライセンス | MIT |
| ソースアーカイブ | https://get.jenkins.io/war/2.574/jenkins.war |
| 最終更新 | 2026-07-21T09:32:33Z |
| Pulse | updated |
| 依存関係 | openjdk@21 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | declared |
| 注意点 | Note: When using launchctl the port will be 8080. |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-cliソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.