Demo:从 YAML 或说明生成 CI/CD 流程
Pipeline 图能让团队不用读完整 YAML 就看到 build、test、scan、approval、deploy。
- 先用一个小而完整的示例确认结构,再粘贴完整生产内容。
- 检查预览是否清楚展示 ownership、结构、标签和风险字段。
- 保留源码和导出结果,方便后续 reviewer 复现。
build -> unit tests -> docker image -> security scan -> approval -> production deploy