<< Back to previous view |
![]() |
[QB-1702] Variables are not overwritten by child steps
|
|
Status: | Open |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 5.0.7 |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Keni Popovski | Assigned To: | Robin Shen |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | 2 hours | Time Spent: | Unknown |
Original Estimate: | 2 hours | ||
Environment: | QB on a Linux server |
Description |
I have a set of configurations as:
parent -- child1 -- child2 Parent is a sequential composition that is used to kick off the two child steps. I have variables defined in the parent, which are then overwritten by each of the children. My problem is that when I run the parent, the variables are not being overwritten by the child steps. Rather the value defined in the parent is being retained. Is this a known issue? Is it expected behavior? Or am I implementing my configuration variables incorrectly? Thanks |
Comments |
Comment by Keni Popovski [ 04/Jul/13 12:37 AM ] |
Changing my comment above... the parent isn't a composition, rather it is another configuration that is used to kick off the child configurations (each having their own set of variables, with inheritance of course). |
Comment by Robin Shen [ 04/Jul/13 01:09 AM ] |
The overritten variales will be take effect when running child configurations (for instance in its own steps), but not in the step defined in parent configuration to trigger child configurations. |