github.com/go-playground/webhooks/v6@v6.3.0/testdata/gitlab/job-event.json (about)

     1  {
     2    "object_kind": "build",
     3    "ref": "gitlab-script-trigger",
     4    "tag": false,
     5    "before_sha": "2293ada6b400935a1378653304eaf6221e0fdb8f",
     6    "sha": "2293ada6b400935a1378653304eaf6221e0fdb8f",
     7    "build_id": 1977,
     8    "build_name": "test",
     9    "build_stage": "test",
    10    "build_status": "created",
    11    "build_started_at": null,
    12    "build_finished_at": null,
    13    "build_queued_duration": 0.9678,
    14    "build_duration": null,
    15    "build_allow_failure": false,
    16    "build_failure_reason": "script_failure",
    17    "pipeline_id": 2366,
    18    "project_id": 380,
    19    "project_name": "gitlab-org/gitlab-test",
    20    "user": {
    21      "id": 3,
    22      "name": "User",
    23      "email": "user@gitlab.com",
    24      "avatar_url": "http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026d=identicon"
    25    },
    26    "commit": {
    27      "id": 2366,
    28      "sha": "2293ada6b400935a1378653304eaf6221e0fdb8f",
    29      "message": "test\n",
    30      "author_name": "User",
    31      "author_email": "user@gitlab.com",
    32      "status": "created",
    33      "duration": null,
    34      "started_at": null,
    35      "finished_at": null
    36    },
    37    "repository": {
    38      "name": "gitlab_test",
    39      "description": "Atque in sunt eos similique dolores voluptatem.",
    40      "homepage": "http://192.168.64.1:3005/gitlab-org/gitlab-test",
    41      "git_ssh_url": "git@192.168.64.1:gitlab-org/gitlab-test.git",
    42      "git_http_url": "http://192.168.64.1:3005/gitlab-org/gitlab-test.git",
    43      "visibility_level": 20
    44    },
    45    "runner": {
    46      "active": true,
    47      "is_shared": false,
    48      "id": 380987,
    49      "description": "shared-runners-manager-6.gitlab.com"
    50    }
    51  }