jenkins-integrations / vsjenkinsmanager

A visual studio package to manage Jenkins
MIT License
24 stars 14 forks source link

Automatically kick off build on TFS checkin #33

Closed bmstambaugh-zz closed 9 years ago

bmstambaugh-zz commented 9 years ago

It would be nice if a build could automatically be triggered when a check in is done to a project in TFS. Using the "Link to current solution" option and then subscribing to an event in TFS could trigger the "Build now" event.

So more information around subscribing to events in TFS... http://msdn.microsoft.com/en-us/magazine/cc507647.aspx#S3

tomkuijsten commented 9 years ago

I understand the need for you for such a functionality, but I'm not sure if a visual studio plugin is the best place for it. Would be cleaner if TFS could call an url when something is commited, don't you agree?

bmstambaugh-zz commented 9 years ago

Agreed. Thanks