|
|
|
@@ -1,4 +1,5 @@ |
|
|
|
json.status 0 |
|
|
|
json.message "success" |
|
|
|
json.extract! @pipeline, :id, :pipeline_name, :pipeline_status, :description, :file_name, :is_graphic_design, :pipeline_type, |
|
|
|
:repo_name, :repo_identifier, :branch, :event, :sha, :disable, :json, :yaml, :created_at, :updated_at |
|
|
|
:repo_name, :repo_identifier, :branch, :event, :sha, :json, :yaml, :created_at, :updated_at |
|
|
|
json.disable @disabled_workflows.include?(pipeline.file_name.to_s.gsub(".gitea/workflows/", "")) |