
| Key: |
QB-674
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Roger Perkins
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 12/Oct/10 04:23 PM
Updated: 13/Oct/10 06:52 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
3.0.11
|
| Fix Version/s: |
3.0.12
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
The setup I have is (I'm expecting a mail every time the build fails and on the first successful build following that):
If one of specified criterias is satisfied
Criterias
Criteria
If build is successful and current is failed
If build is failed
I create a new configuration with myself with the above conditions. I set the master step to be a "dummy" and run, the build is successful (no mail received or expected). I change the dummy to a fail step (mail received as expected). I change the step back to a dummy, build succeeds (no mail as I would expect).
Should the condition I should be able to choose not be "If build is successful and previous is failed" ?
|
|
Description
|
The setup I have is (I'm expecting a mail every time the build fails and on the first successful build following that):
If one of specified criterias is satisfied
Criterias
Criteria
If build is successful and current is failed
If build is failed
I create a new configuration with myself with the above conditions. I set the master step to be a "dummy" and run, the build is successful (no mail received or expected). I change the dummy to a fail step (mail received as expected). I change the step back to a dummy, build succeeds (no mail as I would expect).
Should the condition I should be able to choose not be "If build is successful and previous is failed" ? |
Show » |
|
if build is successful and current is failed -> if previous build is successful and current is failed
if build is failed and current is successful -> if previous build is failed and current is successful
So in your case, please choose the second condition.