Commit 1501d7c9 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '33149-rename-more-builds-ee' into 'master'

EE: Fix raw_path with the new job path, rename builds to jobs in test

See merge request !2129
parents 2cce73a2 1d111354
...@@ -28,7 +28,7 @@ class BuildDetailsEntity < BuildEntity ...@@ -28,7 +28,7 @@ class BuildDetailsEntity < BuildEntity
end end
expose :raw_path do |build| expose :raw_path do |build|
raw_namespace_project_build_path(project.namespace, project, build) raw_namespace_project_job_path(project.namespace, project, build)
end end
private private
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment