Opened 15 years ago
Closed 15 years ago
#571 closed enhancement (fixed)
Adding the ability to modify the default onerror behaviour
Reported by: | hodgestar | Owned by: | hodgestar |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | Recipe commands | Version: | 0.6b2 |
Keywords: | Cc: | ||
Operating System: |
Description
It would be nice if we could just set onerror once. A patch from Walter.
Attachments (2)
Change History (4)
Changed 15 years ago by hodgestar
comment:1 Changed 15 years ago by hodgestar
Notes from Walter:
Adding the ability to modify the default onerror property in the <build> element. If not specified, the behavior is unchanged; by default any step failure will result in the build failing and stopping.
Added a new continue onerror specification-- it's similar to ignore except the results of continue steps are counted in the overall build status (in ignore they're ignored.)
You'll need to upgrade both your master and slaves if you wish to use the <build> element override or the new continue value.
Will update http://bitten.edgewall.org/wiki/Documentation/recipes.html.
comment:2 Changed 15 years ago by wbell
- Resolution set to fixed
- Status changed from new to closed
Fixed by [832]
Walter's patch.