Browse Source

构建流水线yaml,保存和更新

pull/347/head
xxq250 2 years ago
parent
commit
08fe69ca37
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config/routes/api.rb

+ 1
- 0
config/routes/api.rb View File

@@ -131,6 +131,7 @@ defaults format: :json do
end
resources :pipelines do
post :build_yaml, on: :collection
post :save_yaml, on: :collection
end
resources :pulls, module: 'pulls' do
resources :versions, only: [:index] do


Loading…
Cancel
Save