|
|
@@ -152,8 +152,6 @@ public class DeploymentServiceImpl implements DeploymentService {
|
|
|
deploymentMapper.update(deployment);
|
|
|
}
|
|
|
}
|
|
|
- log.info("{}号流水线部署完成",record.getPipelineId());
|
|
|
- log.info("对应namespace为{}",projectPO.getUniqueK8sNamespace());
|
|
|
|
|
|
Pipeline pipeline = null;
|
|
|
try {
|
|
|
@@ -162,7 +160,6 @@ public class DeploymentServiceImpl implements DeploymentService {
|
|
|
pipeline.start();
|
|
|
record.setResult(PipelineRecordPO.DEPLOY_SUCCESS);
|
|
|
record.setDetails(pipeline.getContext().getResult());
|
|
|
- log.info("流水线部署成功");
|
|
|
} catch (PipelineException e) {
|
|
|
record.setResult(PipelineRecordPO.DEPLOY_FAIL);
|
|
|
record.setDetails(pipeline.getContext().getResult());
|