Skip to content
Snippets Groups Projects
Commit 0d6d8376 authored by Phil Hughes's avatar Phil Hughes
Browse files

Build path sends JSON file path

parent 365015e3
No related branches found
No related tags found
1 merge request!4935Build path sends JSON file path
Pipeline #
Loading
Loading
@@ -67,4 +67,4 @@
= render "sidebar"
 
:javascript
new CiBuild("#{namespace_project_build_url(@project.namespace, @project, @build)}", "#{@build.status}", "#{trace_with_state[:state]}")
new CiBuild("#{namespace_project_build_url(@project.namespace, @project, @build, :json)}", "#{@build.status}", "#{trace_with_state[:state]}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment