kubesphere-devops-pipeline

仓库创建 2018年4月21日最近提交 13 天前SkillHot 收录 21 天前
▸ 精选理由

可自动化部署并监控流水线,提高开发与交付效率。

▸ 风险提示

会执行写操作,需谨慎并确保具备合适权限。

这个 Skill 做什么

用于创建、触发与监控 KubeSphere DevOps 中的 CI/CD 流水线。

用来在 KubeSphere DevOps 里创建、触发和监控 CI/CD 流水线,支持查看运行日志和跟踪构建状态,底层与 Jenkins 等工具集成。适合需要把代码部署流程托管在 KubeSphere、自动化构建和回滚的场景。特点是把流水线当成 Kubernetes 资源来管理,便于审计和恢复。

▸ 展开 SKILL.md 英文原文

Use when creating, running, or managing CI/CD pipelines in KubeSphere DevOps, including pipeline API operations and run monitoring

开发编程流水线CI/CDPipeline通用
1.7w
Stars
2.7k
Forks
32
仓库内 Skill
+26
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-devops-pipeline/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-devops-pipeline/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# KubeSphere DevOps Pipeline Management

## Overview

Pipelines in KubeSphere DevOps are Kubernetes custom resources that integrate with Jenkins. KubeSphere uses a cloud-native, object-reconcile approach where Kubernetes resources are the source of truth.

## When to Use

- Creating or updating CI/CD pipelines
- Triggering pipeline runs
- Monitoring pipeline execution
- Retrieving pipeline logs and artifacts
- Troubleshooting failed pipeline runs

## Architecture Mapping

KubeSphere DevOps maps Kubernetes resources to Jenkins objects:

| KubeSphere Resource | K8s Resource | Jenkins Resource |
|---------------------|--------------|------------------|
| DevOpsProject | DevOpsProject CR + Names
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有