znt/module/execution/test/yaml/build_getbybuild.yaml

77 lines
1.3 KiB
YAML

---
title: Build数据定义
author: Claude
fields:
- field: id
note: Build ID
range: 1-10
type: int
- field: project
note: 项目ID
range: 1-5
type: int
- field: product
note: 产品ID
range: 1-3
type: int
- field: branch
note: 分支
range: 0
type: int
- field: execution
note: 执行ID
range: 1-5
type: int
- field: builds
note: 子版本
range: ''
type: string
- field: name
note: 版本名称
range: 'v1.0.{1-10}'
type: string
- field: scmPath
note: SCM路径
range: ''
type: string
- field: filePath
note: 文件路径
range: ''
type: string
- field: date
note: 构建日期
range: '2023-01-01,2023-01-02,2023-01-03,2023-01-04,2023-01-05,2023-01-06,2023-01-07,2023-01-08,2023-01-09,2023-01-10'
type: date
- field: stories
note: 需求
range: ''
type: string
- field: bugs
note: Bug
range: ''
type: string
- field: artifactRepoID
note: 制品库ID
range: 0
type: int
- field: builder
note: 构建者
range: 'admin'
type: string
- field: desc
note: 描述
range: 'Build description'
type: string
- field: createdBy
note: 创建者
range: 'admin'
type: string
- field: createdDate
note: 创建时间
range: '2023-01-01 00:00:00'
type: datetime
- field: deleted
note: 删除标记
range: '0'
type: string