DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Jenkins Panel — DSH Plugin for DeepSeek Harness
← Plugins
J

dsh-jenkins-panel

Jenkins Panel

Jenkins CI/CD integration plugin for DeepSeek Harness (dsh): AI-invocable jenkins_* tools (build trigger/status/log/history/artifacts, job ops), official right-sidebar panel (triggered-build overview, multi-level job tree, build log & artifacts viewer), connection & token settings card, and automati

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:developerdh/dsh-jenkins-panel#ebc6eaa2e7d9019ab568943f1d5d2f6c4a690429
READMECompatibilityVersions

Description

Jenkins CI/CD integration plugin for DeepSeek Harness (dsh): AI-invocable jenkins_* tools (build trigger/status/log/history/artifacts, job ops), official right-sidebar panel (triggered-build overview, multi-level job tree, build log & artifacts viewer), connection & token settings card, and automatic build-failure analysis pushed back into the triggering session.

Compatibility and provenance

Jenkins Panel is published as dsh-jenkins-panel and currently resolves to version 0.1.0-rc.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/16/2026

Versions

0.1.0-rc.1prerelease
9/16/2026

Related plugins

Loading related plugins…

Latest
0.1.0-rc.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/16/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-jenkins-panel

Jenkins CI/CD integration plugin for DeepSeek Harness (dsh):让 dsh 里的 AI 直接触发、跟踪、排查 Jenkins 构建,并提供一个官方右侧栏可视化面板。

Jenkins CI/CD integration plugin for DeepSeek Harness (dsh): AI-invocable jenkins_* tools, an official right-sidebar panel, connection & token settings card, and automatic build-failure analysis pushed back into the triggering session.

功能

  • AI 工具(host 半):22 个 jenkins_* 工具对模型可见——构建触发/状态/日志/历史/产物、任务搜索与智能解析(多候选停下询问)、队列/工作空间/连接测试等;触发成功自动写入触发记录注册表(持久化,跨重启保留)。
  • 右侧栏面板(client 半):接入 dsh 官方右侧栏,含总览(对话触发的构建记录 + 状态过滤实时刷新)、任务(多连接切换 + 多层级折叠树 + 搜索)、构建详情(日志 tail/分段/自动跟随、产物下载、工作空间清理)。
  • 失败自动分析:对话触发的构建失败(FAILURE)后,自动向触发会话回推一条分析任务书,由会话内 AI 只读排查日志并输出结构化失败总结(结论 / 关键报错 / 可能原因 / 修复建议)。可在配置中关闭。
  • 连接与凭据:多 Jenkins 连接管理走 dsh 官方设置页分区;每连接 Token 存 dsh 凭据服务(credential-ref),明文不落配置。

安装

前置:dsh 0.1.5+(web profile)。

# npm 发布版(推荐,构建产物随包分发)
dsh plugin --profile <name> add dsh-jenkins-panel@<version>

也可以直接从 GitHub 安装(仓库内 prepare 脚本会在安装时自动构建):

npm install github:developerdh/dsh-jenkins-panel

每次版本发布(v* tag)会由 CI 自动构建并挂到 Releases,可下载 dsh-jenkins-panel-<版本>.tgz 后 npm install <tgz 路径> 安装。

安装后在 dsh 设置页「Jenkins 连接」分区配置连接(URL/用户名/超时)与每连接 Token,重载页面即可在右侧栏与顶部栏入口看到面板。

配置速览

配置段默认值说明
defaultConnectiondefault缺省连接名
connections[]连接清单(name/url/username/timeout;name 参与凭据 ref 派生,需唯一)
registry.maxPerSession200每会话保留的触发记录条数
registry.ttlDays30触发记录保留天数
registry.pollIntervalMs15000在途构建状态轮询间隔
analysis.enabledtrue构建失败自动分析总开关(含常驻轮询)
analysis.tailLines100分析任务书建议的首拉日志行数

本地开发

pnpm install
pnpm build      # host 半(tsup)+ client 半(esbuild → ModuleLoader 协议产物)
pnpm test       # vitest 单测
pnpm lint       # eslint
pnpm typecheck  # tsc 双 tsconfig

挂载调试:cordis.patch.yml 向 profile 组合插入本插件(dsh web --patch ./cordis.patch.yml)。

License

MIT