解决质量分支弹出空白页面问题

This commit is contained in:
huang 2016-07-29 17:38:21 +08:00
parent 769a07bd94
commit 824b430fbd
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class QualityAnalysisController < ApplicationController
quality_an.delete unless quality_an.blank?
end
# Checks if the given job exists in Jenkins.
unless @client.job.exists?(job_name)
# unless @client.job.exists?(job_name)
@g = Gitlab.client
branch = params[:branch]
language = swith_language_type(params[:language])
@ -111,7 +111,7 @@ class QualityAnalysisController < ApplicationController
end
end
end
end
# end
rescue => e
@message = e.message
end