Module: Cyclid::API::Constants::JobStatus
- Defined in:
- lib/cyclid/constants.rb
Overview
Identifiers for job statuses
Constant Summary collapse
- NEW =
Submitted
0- WAITING =
Runner has started, waiting for build host
1- STARTED =
Runner has started
2- FAILING =
Job has had a failed stage
3- SUCCEEDED =
Job succeeded
10- FAILED =
Job failed
11