·artifactory-module-architecture
</>

artifactory-module-architecture

Artifactory 制品库模块架构指南,涵盖制品上传下载、存储后端适配、制品元数据、清理策略、权限控制。当用户开发制品库功能、处理制品存储、配置清理策略或实现制品管理时使用。

33Installs·1Trend·@tencentblueking

Installation

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

How to Install artifactory-module-architecture

Quickly install artifactory-module-architecture AI skill to your development environment via command line

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

Source: tencentblueking/bk-ci.

SKILL.md

View raw

模块定位: Artifactory 是 BK-CI 的制品库模块,负责构建产物的存储、下载、管理,支持对接本地磁盘存储或 BkRepo(蓝鲸制品库)等后端存储系统。

| BkRepo | 蓝鲸制品库(推荐) | BkRepoArchiveFileServiceImpl | | Disk | 本地磁盘存储 | DiskArchiveFileServiceImpl |

| TFILEINFO | 文件信息主表 | ID, PROJECTCODE, FILETYPE, FILEPATH, FILENAME, FILESIZE | | TFILEPROPSINFO | 文件元数据表 | FILEID, PROPSKEY, PROPSVALUE | | TTOKEN | 下载令牌表 | USERID, PROJECTID, PATH, TOKEN, EXPIRETIME | | TFILETASK | 文件任务表 | TASKID, FILETYPE, FILEPATH, STATUS, BUILDID |

Artifactory 制品库模块架构指南,涵盖制品上传下载、存储后端适配、制品元数据、清理策略、权限控制。当用户开发制品库功能、处理制品存储、配置清理策略或实现制品管理时使用。 Source: tencentblueking/bk-ci.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

Browse more skills from tencentblueking/bk-ci

Quick answers

What is artifactory-module-architecture?

Artifactory 制品库模块架构指南,涵盖制品上传下载、存储后端适配、制品元数据、清理策略、权限控制。当用户开发制品库功能、处理制品存储、配置清理策略或实现制品管理时使用。 Source: tencentblueking/bk-ci.

How do I install artifactory-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 artifactory-module-architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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