Reputation: 7144
I've recently installed TFS plugins version 2.5.1 on Jenkins v.2.22.
I successfully configured Team Project Collection URL
(Test connection works) and Project Path
.
I also marked this build trigger:
"Build when a change is pushed to TFS/Team Services"
For some reason after I check-in some changes under the mentioned Project Path - nothing happens.
Build now
option works fine.
TFS/Team Services hook log
mentions that Polling has not run yet.
Can someone explain how to solve this issue ?
Upvotes: 3
Views: 2944
Reputation: 51183
First, please update your TFS plugin version to latest. Also check Team Foundation Server polling log to see if there's some related info.
If you are going to trigger Jenkins with VSTS, there's also some configuration in VSTS:
More details please check this tutorial: Trigger Jenkins from Visual Studio Team Services
Upvotes: 1