Reputation: 6159
I'm trying to implement Continous Integration with Jenkins, TFS plugin - http://wiki.jenkins-ci.org/display/JENKINS/Team+Foundation+Server+Plugin .
My problem is triggering builds, what I want to do is somehow add a post-commit/checkin hook to Team Foundation Server, so far don't have any idea how to do this, is it even possible?
Don't want to use a trigger by Schedule.
Upvotes: 3
Views: 4326
Reputation: 12546
Instead of a post commit hook, what you want to do is listen for check in events.
Upvotes: 1