Codebase list ruby-gitlab / 8092666 spec / fixtures / runner_edit.json
8092666

Tree @8092666 (Download .tar.gz)

runner_edit.json @8092666raw · history · blame

{
    "active": true,
    "architecture": null,
    "description": "abcefg",
    "id": 6,
    "is_shared": false,
    "contacted_at": "2016-01-25T16:39:48.066Z",
    "name": null,
    "platform": null,
    "projects": [
        {
            "id": 1,
            "name": "GitLab Community Edition",
            "name_with_namespace": "GitLab.org / GitLab Community Edition",
            "path": "gitlab-ce",
            "path_with_namespace": "gitlab-org/gitlab-ce"
        }
    ],
    "token": "205086a8e3b9a2b818ffac9b89d102",
    "revision": null,
    "tag_list": [
        "ruby",
        "mysql"
    ],
    "version": null
}