I have a VSTS project with GIT as SCM.
I have an on-premise build machine with the VSTS agent configured (says server1).
I have a jenkins server on another on-premise machine (says server2).
The get sources is done on server1. I then use the "Queue Jenkins Job" task to trigger a build with the jenkins project name (project is configured on jenkins server, maybe badly).
But how can the source code moves from server1 to server2 ? How can my jenkins job knows where to find the source code to build ?