fixed 图形化流水线增加分支流程

This commit is contained in:
2024-12-06 11:11:06 +08:00
parent d9880b66d7
commit 69f801115c
8 changed files with 1854 additions and 329 deletions

View File

@@ -165,6 +165,7 @@ defaults format: :json do
resources :pipelines do
post :build_yaml, on: :collection
post :save_yaml, on: :collection
get :test_yaml, on: :collection
end
resources :pulls, module: 'pulls' do
member do