From 6ba2394c1602291dc5bea46120850780ffac8fbd Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 22 May 2024 16:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=B5=81=E6=B0=B4=E7=BA=BFjs?= =?UTF-8?q?on=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/api/v1/projects/pipelines_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/v1/projects/pipelines_controller.rb b/app/controllers/api/v1/projects/pipelines_controller.rb index 296166e52..d49e6b5be 100644 --- a/app/controllers/api/v1/projects/pipelines_controller.rb +++ b/app/controllers/api/v1/projects/pipelines_controller.rb @@ -23,7 +23,7 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController end def build_yaml - Rails.logger.info("pipeline===========#{params[:pipeline_json].present?}") + Rails.logger.info("pipeline===========#{params[:pipeline_json]}") if params[:pipeline_json].present? pipeline = params[:pipeline_json] @name = params[:name]