|
|
@@ -53,6 +53,7 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController |
|
|
failure: failure |
|
|
failure: failure |
|
|
}.merge(last_action_run_json) |
|
|
}.merge(last_action_run_json) |
|
|
end |
|
|
end |
|
|
|
|
|
Rails.logger.info("@run_result======#{@run_result}") |
|
|
@pipelines = Action::Pipeline.where(project_id: @project.id).order(updated_at: :desc) |
|
|
@pipelines = Action::Pipeline.where(project_id: @project.id).order(updated_at: :desc) |
|
|
@pipelines = paginate @pipelines |
|
|
@pipelines = paginate @pipelines |
|
|
end |
|
|
end |
|
|
|