Trigger Jenkins from VSTS
For work requirement.Our daily build job needs to build immediately when the code was check-in.
How To
1.Jenkins Job Select the Trigger option
ps: If the option cannot found which means that you didn't installed the plugin.
Team Foundation Server Plug-in
Team Foundation Server Plug-in
2.VSTS Add Jenkins of Service Hook
3.Setting the project watched and trigger condition
4.Setting Jenkins Infomation
- The root URL of Jenkins.
- Login username and password.
- Choosing job which needs to build。
Reference