9 lines
323 B
Ruby
9 lines
323 B
Ruby
json.status 0
|
|
json.message "success"
|
|
|
|
json.pipelines @pipelines.each do |pip|
|
|
json.extract! pip, :id, :pipeline_name, :pipeline_status, :description, :file_name, :is_graphic_design,
|
|
:repo_name, :repo_identifier, :branch, :event, :sha, :disable, :json, :yaml, :created_at, :updated_at
|
|
# json.project
|
|
end
|