forked from Gitlink/forgeplus
fixed 流水线停止api
This commit is contained in:
parent
41515575f1
commit
7d67defa24
|
@ -192,8 +192,8 @@ defaults format: :json do
|
|||
resources :runs, only: [:index, :create] do
|
||||
post '/jobs/:job', to: 'runs#job_show'
|
||||
post '/rerun', to: 'runs#rerun'
|
||||
post '/cancel', to: 'runs#cancel'
|
||||
post '/jobs/:job/rerun', to: 'runs#job_rerun'
|
||||
post '/jobs/:job/cancel', to: 'runs#cancel'
|
||||
get '/jobs/:job/logs', to: 'runs#job_logs'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue