Flow target in a stream
What does adding a stream in a flow target of another stream means? Whaat does it signifies. I was trying to deliver a component in stream A which has fow target as Stream B and hoping that this would deliver the component in stream B too which is added as flow target in stream A but it didn't work.the component only got delivered in Stream A.
One answer
I know this is a very old question, but here is the answer:
The change sets are flowing from Stream A to B, but they are set as pending on B.
If you want the same content in A and B, why not use B only?
If you want the changesets to flow, then you should make a build user repo flowing from A, and delivering to B.
But ask yourself why you want the changets to flow regardless of everything.
Normally you would make a quality check on the code or similar.
-Sofus
The change sets are flowing from Stream A to B, but they are set as pending on B.
If you want the same content in A and B, why not use B only?
If you want the changesets to flow, then you should make a build user repo flowing from A, and delivering to B.
But ask yourself why you want the changets to flow regardless of everything.
Normally you would make a quality check on the code or similar.
-Sofus