Automic VaultAutomic Vault

brew

使用 Homebrew, apk, chocolatey, MacPorts, Nix, pacman, scoop 安装 jenkins

查看 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

Linux

Alpine Linux apk已验证 · 92%
sudo apk add jenkins

Alpine Linux edge package indexes · jenkins · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#jenkins

nixpkgs package indexes · pkgs/by-name/je/jenkins/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S jenkins

Arch Linux sync databases · jenkins · 来源: geo.mirror.pkgbuild.com

Windows

Chocolatey已验证 · 92%
choco install jenkins

Chocolatey community package catalog · jenkins · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/jenkins

Scoop official bucket manifest trees · bucket/jenkins.json · 来源: 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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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