Hiding certain checkins from the list of pending changes
Part of our build script updates some version number files and checks them back in to source control (VSS). So after a build completes, TeamCity will show a pending change for these files. Is there any way to get TeamCity to ignore these changes? I'd rather not see them in the pending changes or in the change history.
Please sign in to leave a comment.
Hello Brian,
I suppose there is no way to exclude this commits from changes lists.
But you can disable build triggering if such change appears, use filter on Build Trigger section in build configuration admin area.
Kind regards,
KIR
Thanks for the idea... we're not building based on checkin triggers at the moment but this will certainly be helpful if we do!