构建流水线节点icon

This commit is contained in:
xxq250 2024-05-22 15:47:44 +08:00
parent b078501460
commit 47c4d30cf7
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController
end
def build_yaml
Rails.logger.info("pipeline===========#{params[:pipeline].present?}")
if params[:pipeline].present?
pipeline = params[:pipeline]
@name = params[:name]