forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitbucket-server-event.json
74 lines (74 loc) · 1.74 KB
/
bitbucket-server-event.json
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
74
{
"eventKey":"repo:refs_changed",
"date":"2019-06-17T19:37:57+1000",
"actor":{
"name":"john",
"emailAddress":"john@example.com",
"id":500,
"displayName":"John",
"active":true,
"slug":"john",
"type":"NORMAL",
"links":{
"self":[
{
"href":"https://bitbucketserver/users/john"
}
]
}
},
"repository":{
"slug":"test-repo",
"id":656,
"name":"test-repo",
"scmId":"git",
"state":"AVAILABLE",
"statusMessage":"Available",
"forkable":true,
"project":{
"key":"MYPROJECT",
"id":389,
"name":"My Project",
"public":true,
"type":"NORMAL",
"links":{
"self":[
{
"href":"https://bitbucketserver/projects/MYPROJECT"
}
]
}
},
"public":false,
"links":{
"clone":[
{
"href":"ssh://git@bitbucketserver:7999/myproject/test-repo.git",
"name":"ssh"
},
{
"href":"https://bitbucketserver/scm/myproject/test-repo.git",
"name":"http"
}
],
"self":[
{
"href":"https://bitbucketserver/projects/MYPROJECT/repos/test-repo/browse"
}
]
}
},
"changes":[
{
"ref":{
"id":"refs/heads/master",
"displayId":"master",
"type":"BRANCH"
},
"refId":"refs/heads/master",
"fromHash":"f09c8889a2d234985734958795a31589cd91ffda",
"toHash":"22671f0349857934857983457983475ec39f196b",
"type":"UPDATE"
}
]
}