Update a build with artefacts / pass fail after it has run

I have a build plan that is set up with several tasks. The last task is to deploy a file to an external process that can take several hours to produce a result. In order not to hang up the build plan I would like to allow the build plan to complete once the file is deployed. Now, once the external process has completed its work, I would like to associate the result with the result of the build plan. I.e. I would like to add a file as an artifact to the completed build and update the result with pass/fail. Is this possible. (Happy to use rest interface if there is one).

Any suggestions / help greatly appreciated

1 Like