BitBucket Integration


Last updated


Last updated
//Example POST body to localhost:1234/hooks
{
"projectId": "test",
"hooks": [
{
"hookId": "1",
"url": "http://localhost:3005",
"hookType": "BITBUCKET_STATUS_HOOK",
"bitbucketUsername": "username",
"bitbucketToken": "token",
"bitbucketBuildName": "build"
}
]
}