Customise Check-in Policy
Hi
Can TeamCity be configured to allow us to run other checks on the code before accepting a Commit?
For example, we want to run StyleCop on the actual source during a check-in, and only if it was acceptable would we allow a check-in. Does TC provide a hook-in point at this stage?
Thanks
Please sign in to leave a comment.
No, at the moment it is impossible. Please submit a feature request to our tracker: http://www.jetbrains.net:8888/tracker
--
Pavel Sher
Thanks, what we'll do for now is hook in to the SVN check-in event, and run our other pre-commit checks from there.
Any chance that this has been implemented?
Hi,
A stupid question - could you probably create a build configuration which runs all the checks and use this build configuration as a part of pre-tested commit?
Regards,
KIR