阶段新增、删除、查询步骤接口修改

This commit is contained in:
moshenglv
2021-01-12 17:40:42 +08:00
parent bcb4e78829
commit cb6c4b1e3f
5 changed files with 114 additions and 146 deletions

View File

@@ -1,9 +1,11 @@
json.id pipeline_stage_step.id
json.step_name pipeline_stage_step.step_name
json.stage_id pipeline_stage_step.stage_id
json.template_id pipeline_stage_step.template_id
json.show_index pipeline_stage_step.show_index
json.content pipeline_stage_step.content
json.created_at pipeline_stage_step.created_at
json.updated_at pipeline_stage_step.updated_at
json.template do
json.partial! "/ci/templates/list", template: Ci::Template.find(pipeline_stage_step.template_id)
end