How to discover from which stream a delivery was made?
I have an integration stream to which multiple streams deliver. On the integration stream I have a continuous build process. When any of the source streams deliver to the integration stream, the build begins.
Does anyone have any ideas how to discover from which stream the last deliver occurred? The only thing I can think of is to compare the integration stream to each of the source streams but this wouldn't exactly work in the case where the source stream owner was holding changes which had not yet been delivered.
Thanks for your thoughts!
- Andy
Accepted answer
I think I will need to use changeset locate for this in order to find which of the child streams hold the changesets that are contained in the delivery. I'm not 100% how reliable this will be but I think it will work in my case for most circumstances.
I also put in an enhancement request for a feature that provides this information.