forked from gitlab4j/gitlab4j-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-event.json
More file actions
73 lines (73 loc) · 2.15 KB
/
build-event.json
File metadata and controls
73 lines (73 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"object_kind": "build",
"ref": "master",
"tag": false,
"before_sha": "8a49a94f1a7cd64985074cb11b1a42a7ab2d9b46",
"sha": "a890bee24574603c522c756b9346649fbec4c812",
"retries_count": 2,
"build_id": 214655258,
"build_name": "build1",
"build_stage": "build",
"build_status": "running",
"build_created_at": "2019-05-17T17:09:21Z",
"build_started_at": "2019-05-17T18:09:21Z",
"build_finished_at": "2019-05-17T19:09:21Z",
"build_duration": 0.05880817,
"build_queued_duration": 1095.5887,
"build_allow_failure": false,
"build_failure_reason": "unknown_failure",
"pipeline_id": 2366,
"project_id": 3115610,
"project_name": "GitLab4J / test-project",
"user": {
"id": 20493,
"name": "GitLab4J Tester",
"email": "gitlab4j@gitlab4j.org"
},
"commit": {
"id": 61897408,
"sha": "a890bee24574603c522c756b9346649fbec4c812",
"message": "Add new file",
"author_name": "GitLab4J Tester",
"author_email": "gitlab4j@gitlab4j.org",
"author_url": "https://gitlab.com/gitlab4j",
"status": "pending"
},
"repository": {
"name": "test-project",
"url": "git@gitlab.com:gitlab4j/test-project.git",
"description": "This is a test project to be used for testing the GitLab4J-API",
"homepage": "https://gitlab.com/gitlab4j/test-project",
"git_http_url": "https://gitlab.com/gitlab4j/test-project.git",
"git_ssh_url": "git@gitlab.com:gitlab4j/test-project.git",
"visibility_level": 20
},
"project":{
"id": 380,
"name": "Gitlab Test",
"description": "Atque in sunt eos similique dolores voluptatem.",
"web_url": "http://192.168.64.1:3005/gitlab-org/gitlab-test",
"git_ssh_url": "git@192.168.64.1:gitlab-org/gitlab-test.git",
"git_http_url": "http://192.168.64.1:3005/gitlab-org/gitlab-test.git",
"namespace": "Gitlab Org",
"visibility_level": 20,
"path_with_namespace": "gitlab-org/gitlab-test",
"default_branch": "master"
},
"environment": {
"name": "Test Env",
"action": "start",
"deployment_tier": "testing"
},
"runner": {
"active": true,
"runner_type": "project_type",
"is_shared": false,
"id": 380987,
"description": "shared-runners-manager-6.gitlab.com",
"tags": [
"linux",
"docker"
]
}
}