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

Key: QB-1707
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Ram Patnaik
Votes: 0
Watchers: 0
Operations

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

can be reloaded/ rebuild the same build rule/configuration

Created: 09/Jul/13 05:42 AM   Updated: 10/Jul/13 01:01 AM
Component/s: None
Affects Version/s: 4.0.87
Fix Version/s: None

Original Estimate: 4 days Remaining Estimate: 4 days Time Spent: Unknown
Environment: Linux


 Description  « Hide
i have give the proper parameter and given the build on QuickBuild
and I wanted to rerun the same build with out re entering the data .

i mean i given one build http://localhost:8810/build/38085
i wanted to run same build/configuration again with option rebuild .

Can it will implement ??

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [10/Jul/13 01:01 AM]
This is already possible. For details refer to this tutorial:
http://wiki.pmease.com/display/QB50/Re-run+Build+Using+Same+SCM+Revision

If you need some variables using same value when run original build, just define that same variable in promtion definition, and tell QB to use the value stored in original build, for instance:
name: myvar
value: ${build.getVarValue("myvar")}