|
@@ -81,6 +81,7 @@ public class DeploymentServiceImpl implements DeploymentService {
|
|
|
status = "不可用";
|
|
status = "不可用";
|
|
|
}
|
|
}
|
|
|
return DeploymentInfoVO.builder()
|
|
return DeploymentInfoVO.builder()
|
|
|
|
|
+ .id(x.getId())
|
|
|
.pipelineId(x.getPipelineId())
|
|
.pipelineId(x.getPipelineId())
|
|
|
.name(x.getDeployName()+"."+x.getNamespace())
|
|
.name(x.getDeployName()+"."+x.getNamespace())
|
|
|
.deployedTime(x.getDeployedTime())
|
|
.deployedTime(x.getDeployedTime())
|