|
|
@@ -18,9 +18,6 @@ public class PipelineCreateVO {
|
|
|
@ApiModelProperty("项目id")
|
|
|
private Integer projectId;
|
|
|
|
|
|
- @ApiModelProperty("流水线id")
|
|
|
- private Integer pipelineId;
|
|
|
-
|
|
|
@ApiModelProperty(value = "流水线名称,只能为长度为3-30且由数字、26个英文字母或者下划线组成的字符串")
|
|
|
@Pattern(regexp = "^\\w{3,30}$", message = "流水线名只能为长度为3-30且由数字、26个英文字母或者下划线组成的字符串")
|
|
|
private String name;
|