feat(产品库优化): 受控库列表的制品要识别是否为流水线生成

通过fromType和attributes设置来源为流水线的相关数据

关联Issue:https://pm.gitlink.org.cn/Gitlink/projects/228/demand/124516

Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
OTTO 2025-01-23 17:09:50 +08:00
parent b197668782
commit 573c97f4d9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class ComponentRawInputVo {
@ApiModelProperty(value = "目录:上传文件的目录(例如/path/to/files/")
@NotNull(message = "目录不能为空")
private String directory;
@ApiModelProperty(value = "来源类型流水线传pipeline同时在attributes字段中传pipelineName,例如:{'pipeline':'持续集成流水线'}")
@ApiModelProperty(value = "来源类型流水线传pipeline同时在attributes字段中传pipelineName,例如:{'pipelineName':'持续集成流水线'}")
private String fromType = "common";
public String getNexusRepoName() {