Compare commits
No commits in common. "a78308f1d0c9ee45199fa745e80b656ada5d6d46" and "898de4e49a6ef7e73b7e0ce220bc68498a8ef3c8" have entirely different histories.
a78308f1d0
...
898de4e49a
@ -141,7 +141,7 @@ public class MemoryLogManager implements LoggerManager {
|
|||||||
if (!CollectionUtils.isEmpty(sseEmitters)) {
|
if (!CollectionUtils.isEmpty(sseEmitters)) {
|
||||||
sseEmitters.forEach(ResponseBodyEmitter::complete);
|
sseEmitters.forEach(ResponseBodyEmitter::complete);
|
||||||
}
|
}
|
||||||
logDao.updateById(pipTaskLog);
|
// logDao.updateById(pipTaskLog);
|
||||||
} else {
|
} else {
|
||||||
// 不存在就新增
|
// 不存在就新增
|
||||||
PipTaskLog pipTaskLog = new PipTaskLog();
|
PipTaskLog pipTaskLog = new PipTaskLog();
|
||||||
|
@ -85,7 +85,8 @@ public class ScaSbomWorker extends HttpWorker {
|
|||||||
throw new ServiceException(GlobalErrorCodeConstants.INTERNAL_SERVER_ERROR.getCode(),"目标文件不存在");
|
throw new ServiceException(GlobalErrorCodeConstants.INTERNAL_SERVER_ERROR.getCode(),"目标文件不存在");
|
||||||
}
|
}
|
||||||
TargetVersion targetVersion = targetVersionService.getById(pipeline.getTargetVersionId());
|
TargetVersion targetVersion = targetVersionService.getById(pipeline.getTargetVersionId());
|
||||||
filePath = targetVersion.getFilePath();
|
// filePath = targetVersion.getFilePath();
|
||||||
|
filePath = "C:\\Users\\admin\\Desktop\\新建文件夹\\dist.zip";
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user