Skip to content

Removes 'Job log message' from build trace

Mayra Cabrera requested to merge 45625-job-log-shows-no-job-log into master

What does this MR do?

Removes 'No job log' message from JobsController#trace

Why was this MR needed?

On https://gitlab.com/gitlab-org/gitlab-ce/issues/44271 we wanted to display No job log message when the build has no trace. This is no longer necessary since we're now returning an image for this scenario (see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18278 for more context).

Besides the No job log message is also being repeated across the log https://gitlab.com/gitlab-org/gitlab-ce/issues/45625

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #45625 (closed)

Edited by Grzegorz Bizon

Merge request reports