github.com/argoproj/argo-cd@v1.8.7/util/webhook/bitbucket-server-event.json (about)

     1  {
     2     "eventKey":"repo:refs_changed",
     3     "date":"2019-06-17T19:37:57+1000",
     4     "actor":{
     5        "name":"john",
     6        "emailAddress":"john@example.com",
     7        "id":500,
     8        "displayName":"John",
     9        "active":true,
    10        "slug":"john",
    11        "type":"NORMAL",
    12        "links":{
    13           "self":[
    14              {
    15                 "href":"https://bitbucketserver/users/john"
    16              }
    17           ]
    18        }
    19     },
    20     "repository":{
    21        "slug":"test-repo",
    22        "id":656,
    23        "name":"test-repo",
    24        "scmId":"git",
    25        "state":"AVAILABLE",
    26        "statusMessage":"Available",
    27        "forkable":true,
    28        "project":{
    29           "key":"MYPROJECT",
    30           "id":389,
    31           "name":"My Project",
    32           "public":true,
    33           "type":"NORMAL",
    34           "links":{
    35              "self":[
    36                 {
    37                    "href":"https://bitbucketserver/projects/MYPROJECT"
    38                 }
    39              ]
    40           }
    41        },
    42        "public":false,
    43        "links":{
    44           "clone":[
    45              {
    46                 "href":"ssh://git@bitbucketserver:7999/myproject/test-repo.git",
    47                 "name":"ssh"
    48              },
    49              {
    50                 "href":"https://bitbucketserver/scm/myproject/test-repo.git",
    51                 "name":"http"
    52              }
    53           ],
    54           "self":[
    55              {
    56                 "href":"https://bitbucketserver/projects/MYPROJECT/repos/test-repo/browse"
    57              }
    58           ]
    59        }
    60     },
    61     "changes":[
    62        {
    63           "ref":{
    64              "id":"refs/heads/master",
    65              "displayId":"master",
    66              "type":"BRANCH"
    67           },
    68           "refId":"refs/heads/master",
    69           "fromHash":"f09c8889a2d234985734958795a31589cd91ffda",
    70           "toHash":"22671f0349857934857983457983475ec39f196b",
    71           "type":"UPDATE"
    72        }
    73     ]
    74  }