|
@@ -124,7 +124,7 @@ public class PipelineServiceImpl implements PipelineService {
|
|
|
int insertCount = cuTaskMapper.insertSelective(cuTask);
|
|
|
String reason = "";
|
|
|
if (insertCount <= 0) {
|
|
|
- throw new CommonException(ExceptionEnum.SYSTEM_ERROR, "");
|
|
|
+ throw new CommonException(ExceptionEnum.SYSTEM_ERROR, "新增任务失败");
|
|
|
}
|
|
|
// 2.获取pipeline配置
|
|
|
Integer contentType = contentDTO.getContentType();
|