From e393b13ac15f56fda46b702740e868a554ed0371 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Thu, 30 May 2024 17:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E5=9B=BE=E5=BD=A2=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E5=8C=96-=E8=BF=94=E5=9B=9Elog?= 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, 2 insertions(+) diff --git a/app/controllers/api/v1/projects/pipelines_controller.rb b/app/controllers/api/v1/projects/pipelines_controller.rb index c1bcc8299..e5a3de5b1 100644 --- a/app/controllers/api/v1/projects/pipelines_controller.rb +++ b/app/controllers/api/v1/projects/pipelines_controller.rb @@ -94,6 +94,8 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController else pipeline_yaml = params[:pipeline_yaml] end + Rails.logger.info "pipeline_yaml=========================" + Rails.logger.info pipeline_yaml pipeline_yaml end