Re: async calls in the build task

2012-11-12 Thread rp
bumping this if possible. I am writing a utility in node.js to do this, but I am sure there is got to be a better way to do this. Please feel free to ask if my question was not clear enough. thanks - Rajat On Sunday, 11 November 2012 14:39:32 UTC, rp wrote: > > I am trying to do some integrati

async calls in the build task

2012-11-11 Thread rp
I am trying to do some integration work between TFS and Jenkins using the build-pipeline plugin. Here is what the workflow would look like: - Dev commits the code - TFS calls Jenkins REST api to trigger a job - The build calls a CLI that will trigger Build on the TFS Server - When the build comple