github.com/go-playground/webhooks/v6@v6.3.0/testdata/gitlab/build-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    "project_id": 380,
    17    "project_name": "gitlab-org/gitlab-test",
    18    "user": {
    19      "id": 3,
    20      "name": "User",
    21      "email": "user@gitlab.com"
    22    },
    23    "commit": {
    24      "id": 2366,
    25      "sha": "2293ada6b400935a1378653304eaf6221e0fdb8f",
    26      "message": "test\n",
    27      "author_name": "User",
    28      "author_email": "user@gitlab.com",
    29      "status": "created",
    30      "duration": null,
    31      "started_at": null,
    32      "finished_at": null
    33    },
    34    "repository": {
    35      "name": "gitlab_test",
    36      "git_ssh_url": "git@192.168.64.1:gitlab-org/gitlab-test.git",
    37      "description": "Atque in sunt eos similique dolores voluptatem.",
    38      "homepage": "http://192.168.64.1:3005/gitlab-org/gitlab-test",
    39      "git_ssh_url": "git@192.168.64.1:gitlab-org/gitlab-test.git",
    40      "git_http_url": "http://192.168.64.1:3005/gitlab-org/gitlab-test.git",
    41      "visibility_level": 20
    42    }
    43  }