Skip to content

Commit

Permalink
Merge pull request #139 from CSchulz/patch-1
Browse files Browse the repository at this point in the history
Updated SCM trigger configuration
  • Loading branch information
davidstaheli authored Nov 16, 2016
2 parents f442083 + bd652d0 commit 7eabe15
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ The TFS plug-in for Jenkins adds some features to better integrate with Git repo
* A link to (and summary information about) the associated TFS/Team Services pull request that triggered the Jenkins build.
* Links to associated TFS/Team Services work items.
* Associated TFS/Team Services work items link back to the Jenkins build.
* Some endpoints for TFS/Team Services to use to activate the integration. Please refer to the [Jenkins with Visual Studio Team Services](https://www.visualstudio.com/en-us/docs/service-hooks/services/jenkins) page for instructions on configuring the integration.

There are two possibilities to trigger a build with SCM Changeset:
* TFS plugin
Please refer to the [Webhooks with Visual Studio Team Services](https://www.visualstudio.com/en-us/docs/service-hooks/services/webhooks) page for instructions on configuring the integration in TFS. Available endpoints can be found under [http://yourJenkins/team-events](http://yourJenkins/team-events)
* Git plugin
You have to enable Git SCM polling to receive commit notifications
Please refer to the [Jenkins with Visual Studio Team Services](https://www.visualstudio.com/en-us/docs/service-hooks/services/jenkins) page for instructions on configuring the integration in TFS.


# Supported versions
Expand Down

0 comments on commit 7eabe15

Please sign in to comment.