·dispatch-module-architecture
</>

dispatch-module-architecture

tencentblueking/bk-ci

Dispatch 构建调度模块架构指南,涵盖构建机调度策略、资源分配、队列管理、Docker/K8s 调度、Agent 选择。当用户开发调度功能、配置调度策略、处理资源分配或实现新调度类型时使用。

21Installs·0Trend·@tencentblueking

Installation

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

SKILL.md

模块定位: Dispatch 是 BK-CI 的构建调度模块,负责接收流水线的构建任务,将任务分发到合适的构建机(第三方构建机、Docker 容器、Kubernetes Pod)上执行。

| 第三方构建机 | 用户自有构建机 | biz-dispatch | | Docker 构建机 | 公共 Docker 容器 | biz-dispatch-docker | | Kubernetes | K8s Pod 构建 | biz-dispatch-kubernetes |

| TDISPATCHPIPELINEBUILD | 流水线构建调度记录 | PROJECTID, PIPELINEID, BUILDID, VMSEQID, STATUS | | TDISPATCHTHIRDPARTYAGENTBUILD | 第三方构建机任务 | PROJECTID, AGENTID, BUILDID, STATUS, WORKSPACE | | TDISPATCHPIPELINEDOCKERBUILD | Docker 构建任务 | BUILDID, VMSEQID, STATUS, DOCKERIP, CONTAINERID |

Dispatch 构建调度模块架构指南,涵盖构建机调度策略、资源分配、队列管理、Docker/K8s 调度、Agent 选择。当用户开发调度功能、配置调度策略、处理资源分配或实现新调度类型时使用。 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 dispatch-module-architecture
Category
</>Dev Tools
Verified
First Seen
2026-02-08
Updated
2026-02-18

Quick answers

What is dispatch-module-architecture?

Dispatch 构建调度模块架构指南,涵盖构建机调度策略、资源分配、队列管理、Docker/K8s 调度、Agent 选择。当用户开发调度功能、配置调度策略、处理资源分配或实现新调度类型时使用。 Source: tencentblueking/bk-ci.

How do I install dispatch-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 dispatch-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