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]