·worker-module-architecture
</>

worker-module-architecture

tencentblueking/bk-ci

Worker 构建执行器模块架构指南,涵盖插件执行引擎、任务分发、日志上报、制品上传、Worker 生命周期。当用户开发 Worker 功能、实现插件执行、处理任务分发或优化执行器性能时使用。

21Installs·0Trend·@tencentblueking

Installation

$npx skills add https://github.com/tencentblueking/bk-ci --skill worker-module-architecture

SKILL.md

Worker 模块是 BK-CI 构建执行器的核心组件,运行在构建机(Agent)上,负责接收并执行流水线任务。它是连接 CI 服务端与构建环境的桥梁,实现了任务调度、插件执行、日志上报、心跳维护等关键功能。

| DOCKER | Docker 容器构建 | 公共构建资源池 | | AGENT | 第三方构建机 | 用户自有构建机 | | WORKER | 无编译环境 | 轻量级任务执行 |

| linuxScript | LinuxScriptTask | Linux Shell 脚本 | | windowsScript | WindowsScriptTask | Windows Bat 脚本 | | marketBuild | MarketAtomTask | 研发商店插件 | | marketBuildLess | MarketAtomTask | 无编译环境插件 |

Worker 构建执行器模块架构指南,涵盖插件执行引擎、任务分发、日志上报、制品上传、Worker 生命周期。当用户开发 Worker 功能、实现插件执行、处理任务分发或优化执行器性能时使用。 Source: tencentblueking/bk-ci.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tencentblueking/bk-ci --skill worker-module-architecture
Category
</>Dev Tools
Verified
First Seen
2026-02-08
Updated
2026-02-18

Quick answers

What is worker-module-architecture?

Worker 构建执行器模块架构指南,涵盖插件执行引擎、任务分发、日志上报、制品上传、Worker 生命周期。当用户开发 Worker 功能、实现插件执行、处理任务分发或优化执行器性能时使用。 Source: tencentblueking/bk-ci.

How do I install worker-module-architecture?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tencentblueking/bk-ci --skill worker-module-architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/tencentblueking/bk-ci