Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Conversation

@kirankumar15
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

BosAtWork and others added 6 commits January 14, 2020 17:05
Sample json that bitbucket server 6.6.2 sends as hook
{
   "eventKey":"repo:refs_changed",
   "date":"2020-01-14T16:30:45+0100",
   "actor":{
      "name":"****",
      "emailAddress":"****",
      "id":8361,
      "displayName":"****",
      "active":true,
      "slug":"****",
      "type":"NORMAL",
      "links":{
         "self":[
            {
               "href":"****"
            }
         ]
      }
   },
   "repository":{
      "slug":"****",
      "id":2659,
      "name":"****",
      "scmId":"git",
      "state":"AVAILABLE",
      "statusMessage":"Available",
      "forkable":false,
      "project":{
         "key":"****",
         "id":2264,
         "name":"****",
         "description":"****",
         "public":false,
         "type":"NORMAL",
         "links":{
            "self":[
               {
                  "href":"****"
               }
            ]
         }
      },
      "public":false,
      "links":{
         "clone":[
            {
               "href":"****.git",
               "name":"http"
            },
            {
               "href":"ssh://git@****.git",
               "name":"ssh"
            }
         ],
         "self":[
            {
               "href":"https://****/browse"
            }
         ]
      }
   },
   "changes":[
      {
         "ref":{
            "id":"refs/heads/hotfix/transfer-should-be-checked",
            "displayId":"hotfix/transfer-should-be-checked",
            "type":"BRANCH"
         },
         "refId":"refs/heads/hotfix/transfer-should-be-checked",
         "fromHash":"0000000000000000000000000000000000000000",
         "toHash":"4a24622fd85f304770079a8b4dbf9566ea1928c5",
         "type":"ADD"
      }
   ]
}
Add support for bitbucket server 6.6.2
@kirankumar15 kirankumar15 changed the title Develop Fix docker image to use python 3.8 for cryptography module Sep 16, 2020
@jaymccon jaymccon merged commit 205e214 into aws-quickstart:develop Sep 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants