Hi,
I have multiple build plans (B1, B2, B3) that triggering another build plan (B4) in the same time, by using python script.
B4 creates an artifact of xml file, I want to get the correct artifact (after B4 is finished) in builds B1, B2, B3.
For example:
B1 triggered B4-1
B2 triggered B4-20
B3 triggered B4-33
As a result I would like that
B1 will take the artifact from B4-1
B2 will take the artifact from B4-20
B3 will take the artifact from B4-33
I saw that there is an option to use Artifact Download task, but I'm not sure how this task is working.
Is it always take the last one?
Is there any other way to achieve this? and how?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.