Codebase list ruby-gitlab / debian/4.5.0-2 spec / fixtures / pipeline_schedule_create.json
debian/4.5.0-2

Tree @debian/4.5.0-2 (Download .tar.gz)

pipeline_schedule_create.json @debian/4.5.0-2raw · history · blame

{
  "id": 14,
  "description": "Build packages",
  "ref": "master",
  "cron": "0 1 * * 5",
  "cron_timezone": "UTC",
  "next_run_at": "2017-05-26T01:00:00.000Z",
  "active": true,
  "created_at": "2017-05-19T13:43:08.169Z",
  "updated_at": "2017-05-19T13:43:08.169Z",
  "last_pipeline": null,
  "owner": {
    "name": "Administrator",
    "username": "root",
    "id": 1,
    "state": "active",
    "avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon",
    "web_url": "https://gitlab.example.com/root"
  }
}