Merge remote-tracking branch 'origin/product_refact' into product_refact

This commit is contained in:
xxq250 2025-01-23 16:59:13 +08:00
commit 79fe1c2515
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;
@NotNull(message = "来源类型")
@ApiModelProperty(value = "来源类型流水线传pipeline同时在attributes字段中传pipelineName,例如:{'pipeline':'持续集成流水线'}")
private String fromType = "common";
public String getNexusRepoName() {