afl
This commit is contained in:
parent
7749abdabd
commit
c44c619512
@ -113,7 +113,7 @@ public class AFLWorker extends DockerWorker {
|
||||
}
|
||||
localVariables.put(DIYImageExecuteCommandConstant.STATUS_CODE, statusCode);
|
||||
afterTaskExecute(context);
|
||||
afterPipelineExecute(context);
|
||||
afterPipelineExecute(context,pipeline);
|
||||
}
|
||||
}
|
||||
private String cdSourceName(String fileName){
|
||||
|
@ -132,9 +132,6 @@ public class LocalAflCrashesServiceImpl extends ServiceImpl<LocalAflCrashesDao,
|
||||
if (!StringUtils.isEmpty(req.getTaskId())){
|
||||
aflCrashesInfo.setTaskId(req.getTaskId());
|
||||
}
|
||||
if (!StringUtils.isEmpty(req.getPipelineHistoryId())){
|
||||
aflCrashesInfo.setPipelineHistoryId(req.getPipelineHistoryId());
|
||||
}
|
||||
aflCrashesInfo.setGroupIdentifier(uuid);
|
||||
}
|
||||
}
|
||||
@ -164,7 +161,6 @@ public class LocalAflCrashesServiceImpl extends ServiceImpl<LocalAflCrashesDao,
|
||||
if (!StringUtils.isEmpty(req.getTaskId())){
|
||||
aflCrashesInfo.setTaskId(req.getTaskId());
|
||||
}
|
||||
aflCrashesInfo.setPipelineHistoryId(req.getPipelineHistoryId());
|
||||
aflCrashesInfo.setTaskType("AFL");
|
||||
aflCrashesInfo.setInstanceId(req.getInstanceId());
|
||||
aflCrashesInfo.setTargetType(req.getTargetType());
|
||||
|
Loading…
x
Reference in New Issue
Block a user