Dashboard > Pulse v2.0 > ... > Concepts > Build States
  Pulse v2.0 Log In | Sign Up   View a printable version of the current page.  
  Build States
Added by Jason Sankey, last edited by Jason Sankey on Nov 13, 2008  (view change)
Labels: 
(None)

Pulse Manual Index

Build States

As a build executes it will pass through a number of states. When completed, the build will finish in a state that indicates its success or otherwise. These states and their meanings are summarised below:

State Description
error The build has completed with an error, i.e. the build could not successfully execute. The error state is used when the build has been broken due to some external problem. For example, if there is an error communicating with the SCM which prevents the project's source code from being checked out, the build will finish in the error state.
failure The build was executed but failed due to a problem with the current state of the source code. For example, the code may not compile, or a test may be broken.
in progress The build is currently executing.
pending The build is underway, but the corresponding recipe request has not yet been dispatched from the recipe queue.
success The build executed completely and successfully.
terminating The build is currently executing, but is terminating due to an explicit request or a build timeout.

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators