How to extract a Build Parameter from the "Finish Build Trigger" 'ed Configuration?
Hi
The scenario is as follows:
- Build configuration BC1 accepts a Build Parameter (called BP1) as input, when you trigger it
- Build configuration BC2 has a Finish Build Trigger on BC1 (so BC2 starts when BC1 completes successfully).
- I want BC2 to use the value of BP1, which was used in BC1 (BC2, also needs this value)
How do I reference BP1 in the BC2 configuration? (so that BC2 would use the same value from BC1 which trigerred it)
[probably something like %triggeredBy_BC1.BP1%]]
Thanks Ziv
Message was edited by: Ziv Shapira
Please sign in to leave a comment.
hi Ziv,
i have the exact issue, did you found solution how to use %triggeredBy_BC1.BP1% ??