mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-04 04:03:25 +08:00
流水线列表新接口,log
This commit is contained in:
@@ -53,6 +53,7 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController
|
||||
failure: failure
|
||||
}.merge(last_action_run_json)
|
||||
end
|
||||
Rails.logger.info("@run_result======#{@run_result}")
|
||||
@pipelines = Action::Pipeline.where(project_id: @project.id).order(updated_at: :desc)
|
||||
@pipelines = paginate @pipelines
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user