We recently moved around some servers and IP addresses changed etc. In Bamboo, under the "Repository Settings" in the main administration settings, as well as in each individual plan's repository settings, I changed the Web Repository URL to point to the new location of FishEye.
It used to be something like http://192.168.40.40:8060, now it's http://fisheye.company.com (this is running behind an IIS ARR proxy).
For new builds since the above change, Bamboo is fine - any commits/changesets show up correctly under the "Commits" tab of a build, and the links point to the correct (new) URL.
However for old builds, Bamboo is still pointing to the old URL (http://192.168.40.40:8060/browse/repo/trunk/etc...).
Is there a way to get Bamboo to "refresh" these links and re-point them to the new location for FishEye?
We're using Bamboo 5.13.2.
Thanks!