Skip to content

Build path sends JSON file path

Phil Hughes requested to merge build-reopen-json into master

What does this MR do?

Fixes an issue with browser caching JSON response on build page.

Steps to see:

You should now see some JSON 😞

This MR appends .json to the end of the build URL so that the browser can't cache it as the same URL.

Merge request reports