We are currently using msbuild and TF in Jenkins to build our .net project. Mgmt has asked that we build only on the TFS servers (using vs/tfs) and then we can use Jenkins to orchestract pipline deploys. Anyone have best advice on how to do this property, assign a build number but don't build and tie the project to jenkins. Of course, one extra tidbit, we can't loose any information about the changeset. Bottom line, if you're a developer, you stay in TFS (but using the tfs build server), if you are devops/qa/mgmt, you stay in jenkins and you should see all information on the build. Any good advice on this one?