联调图形设计化-返回log
This commit is contained in:
parent
11d087b381
commit
e393b13ac1
|
@ -94,6 +94,8 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController
|
||||||
else
|
else
|
||||||
pipeline_yaml = params[:pipeline_yaml]
|
pipeline_yaml = params[:pipeline_yaml]
|
||||||
end
|
end
|
||||||
|
Rails.logger.info "pipeline_yaml========================="
|
||||||
|
Rails.logger.info pipeline_yaml
|
||||||
pipeline_yaml
|
pipeline_yaml
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue