Project States
The state for a project indicates if the project can or is currently being built. The possible project states are listed below:
| State |
Description |
| building |
A build of the project is currently executing. |
| idle |
The project is not currently building, but is available for triggering. |
| initialise on idle |
A build is currently execuing for the project, and the project will re-initialise when all builds complete. |
| initialising |
The project is working through its initialisation cycle. It will not be ready to build until initialisation completes. Initialisation feedback appears in the project log. |
| paused |
The project is not currently building, and all triggers for the project will be ignored. |
| pause on idle |
A build of the project is currently executing, and the project will be paused when the build is complete. All triggers for the project will be ignored. |