BigW Consortium Gitlab

Commit c81db244 by Lin Jen-Shin

Fix raw_path with the new job path, rename to job

in the tests
parent 35083dc9
......@@ -28,7 +28,7 @@ class BuildDetailsEntity < BuildEntity
end
expose :raw_path do |build|
raw_namespace_project_build_path(project.namespace, project, build)
raw_namespace_project_job_path(project.namespace, project, build)
end
private
......
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