From 47c4d30cf7957788b8aa67992e39bf2100e0912b Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 22 May 2024 15:47:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E8=8A=82=E7=82=B9icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/api/v1/projects/pipelines_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api/v1/projects/pipelines_controller.rb b/app/controllers/api/v1/projects/pipelines_controller.rb index 3114f4f8a..4807ba2e6 100644 --- a/app/controllers/api/v1/projects/pipelines_controller.rb +++ b/app/controllers/api/v1/projects/pipelines_controller.rb @@ -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]