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

Key: QB-2227
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Robin Shen
Votes: 1
Watchers: 0
Operations

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

Steps after the cancelled step should not be executed

Created: 03/Nov/14 12:50 AM   Updated: 21/Dec/14 01:05 PM
Component/s: None
Affects Version/s: 5.1.37
Fix Version/s: 6.0.0

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



 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [14/Nov/14 12:51 PM]
This actually turns out to be a feature instead of a bug, steps with execution condition "always execute" will always be executed even if some previous step is cancelled. This is for purpose of doing some cleanup works after cancellation. However current implementation has a bug to cause command steps still being cancelled even if its execute condition is set to "always execute". In QB6 we will make below improvements:
1. Add two step execute conditions "if build is cancelled", and "as long as build is not cancelled".
2. If a step is executed as a cleanup step in case of build cancellation, it can still be cancelled by pressing the cancel button again.