Build Configuration State

Documentation Index

Build Configuration State

In general, build configuration state reflects the state of its last finished build (except personal builds which do not affect the build configuration state). Also, the build configuration state will change to "failed" when there's at least one currently running and failing build, even if the last finished build was successful. You can view the build configuration status in the Projects tab.

Icon Build configuration state Description
paused Build configuration was paused, so that no builds are triggered automatically.
unknown There were no finished builds in this configuration.
successful The last build executed successfully.
failed The last build with this build configuration executed with errors or one of the currently running builds is failing.
responsibility taken
Some developer is trying to fix the problems with the failed builds (see Responsibility).
probably fixed The developer who took responsibility for the failed builds has submitted a fix; in this case the status will not change to successful until the build with the fix has executed successfully.

See also:

Labels