I have a setup where a top-level builder triggers one Mac builder and one Windows builder to do the actual building. However, if both succeed I want to aggregate and promote the binaries they produced in our binary repository, handled by Artifactory. However, to do so, the top-level builder need to know the build numbers of the triggered builders. How can I communicate this information back to the top-level builder?