Where did the build configuration history go?
I've got a build configuration that was last built about a year ago, and now it no longer builds. I wanted to go into the build configuration's settings history to see if anyone made changes to it (it was probably me, but I don't remember what the changes may have been). There used to be a "history" link you could click from the build configuration settings page -- the one under "last modified by Dave on such and such a day", but I can no longer find it.
I'm running TeamCity 2022 -- did the location change?
Please sign in to leave a comment.
The history link is available when there are audit records containing the changes. However, the audit records are cleaned up after a while (365 days by default). If there are no audit records, the history link will not appear. Please see the details in our documentation here: Tracking User Actions.
Thank you for that information, Eric!