Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « filtered_search « components « jobs « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0daba8923754db32d322a4638447e304d8f5a63c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export const jobStatusValues = [
  'CANCELED',
  'CREATED',
  'FAILED',
  'MANUAL',
  'SUCCESS',
  'PENDING',
  'PREPARING',
  'RUNNING',
  'SCHEDULED',
  'SKIPPED',
  'WAITING_FOR_RESOURCE',
];