History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1926
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: Sam Morris
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

build.getVariableValues().put(String, String) no longer works in 5.1.9

Created: 29/Jan/14 09:32 PM   Updated: 30/Jan/14 05:14 PM
Component/s: None
Affects Version/s: 5.1.9
Fix Version/s: 5.1.10

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
We recently upgraded to 5.1.9 on our test grid (5.1.8 had the getVariableValues function removed). Since updating, when we execute calls like this:

     build.getVariableValues().put(revVar.toString(), revVal.toString());

after the call, doing something like

     build.getVarValue(revVar.toString());

returns null. As recently as 5.0.38 this would work.

 All   Comments   Work Log   Change History      Sort Order:
Sam Morris [30/Jan/14 05:14 PM]
Looks good. We upgraded to 5.1.10 and it's working. Thank you for your quick response!