If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 19/Oct/12 02:53 PM
Updated: 19/Oct/12 10:40 PM
|
|
Component/s: |
None
|
Affects Version/s: |
4.0.68
|
Fix Version/s: |
None
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
Environment:
|
Windows
|
|
I have a composite step that needs to do something a couple of times, let's say with a parameter p=A, p=B and p=C. Sometimes during execution of a build, I need to also add p=D dynamically. I store the list in a variable, say 'list_p=A,B,C' and when I need D, I simply set the var to 'list_p=A,B,C,D'. The problem is, the composite step doesn't notice this change. It looks like repeat parameters are evaluated at the start of executing of configuration and not at the latest possible time, ie. when the composite step starts executing.
|
Description
|
I have a composite step that needs to do something a couple of times, let's say with a parameter p=A, p=B and p=C. Sometimes during execution of a build, I need to also add p=D dynamically. I store the list in a variable, say 'list_p=A,B,C' and when I need D, I simply set the var to 'list_p=A,B,C,D'. The problem is, the composite step doesn't notice this change. It looks like repeat parameters are evaluated at the start of executing of configuration and not at the latest possible time, ie. when the composite step starts executing. |
Show » |
Change by Robin Shen [19/Oct/12 10:40 PM]
|
Field |
Original Value |
New Value |
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
Resolution
|
|
Won't Fix
[ 2
]
|
|