Files
gitlink-forgeplus/app/views/ci/builds/show.json.jbuilder
2020-08-20 18:37:53 +08:00

5 lines
138 B
Ruby

json.partial! "/ci/builds/build", build: @build
json.stages @build.stages do |stage|
json.partial! "/ci/builds/stage", stage: stage
end