Automic VaultAutomic Vault

brew

jenkins を Homebrew, apk, chocolatey, MacPorts, Nix, pacman, scoop でインストール

jenkins のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install jenkins

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install jenkins

MacPorts ports tree · devel/jenkins/Portfile · ソース: api.github.com

概要

パッケージ概要

Extendable open source continuous integration server

コマンドとエイリアス

  • jenkins
  • jenkins-cli

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service

信号

  • metadata:service

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
jenkinscliグローバル実行可能ファイル
jenkins-clicliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版2.574
マネージャ更新日2026-07-21
ローカルデータOK
上流not checked
検出された最新未検出

https://www.jenkins.io/

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
依存関係openjdk@21
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービスdeclared
注意点Note: When using launchctl the port will be 8080.

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejenkins
Aliases
  • hudson
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

jenkins

nix profile install nixpkgs#jenkins
  • normalized package name match
  • 一致条件: Jenkins
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/je/jenkins/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

jenkins 2.555.1-r0

Extendable continuous integration server (LTS version)

https://jenkins.io/

sudo apk add jenkins
  • License: MIT
  • Architecture: x86_64
  • Source Package: jenkins
  • 1 依存関係
  • normalized package name match
  • 一致条件: Jenkins
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jenkins from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

jenkins-openrc 2.555.1-r0

Extendable continuous integration server (LTS version) (OpenRC init scripts)

https://jenkins.io/

sudo apk add jenkins-openrc
  • License: MIT
  • Architecture: x86_64
  • Source Package: jenkins
  • normalized package name match
  • 一致条件: Jenkins
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jenkins-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

jenkins 2.567-1

Extendable continuous integration server (latest)

https://jenkins.io

sudo pacman -S jenkins
  • License: MIT
  • Architecture: any
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Jenkins
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: jenkins from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

jenkins

sudo port install jenkins
  • normalized package name match
  • 一致条件: Jenkins
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/jenkins/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

jenkins

choco install jenkins
  • normalized package name match
  • 一致条件: Jenkins
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: jenkins from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','invantive-control-for-excel'
Scoop95%

main/jenkins

scoop install main/jenkins
  • normalized package name match
  • 一致条件: Jenkins
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/jenkins.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
MacPorts94%

jenkins-cli

sudo port install jenkins-cli
  • installed executable or alias match
  • 一致条件: Jenkins Cli
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/jenkins-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment