Ticket #414 (closed enhancement: fixed)
support for build steps that always run
| Reported by: | catlee | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | undecided |
| Version: | 0.7.9 | Keywords: | |
| Cc: |
Description
There have been a few times where I've wanted the ability to have some build steps that always run, regardless of whether previous steps have failed (with haltOnFailure=True). Particularly for cleanup-type operations, or returning the build slave into a good state.
One possibility is to add a new flag to build steps called alwaysRun. If True, then this step will always be run.
Attachments
Change History
Changed 4 years ago by catlee
-
attachment
alwaysrun.patch
added
comment:2 Changed 4 years ago by dustin
Hmm, this seems like a pretty cheap workaround. That said, it maintains backward compatibility.
Can you add a documentation patch?
Changed 4 years ago by catlee
-
attachment
alwaysrun-docs.patch
added
Add documentation for the alwaysRun flag
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
implement alwaysRun flag