0.1.9 • Published 2 months ago

@pgarbe/cdk-bitbucket-server v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

CDK BitBucket Server Constructs

An CDK Construct to create repositories, webhooks and maybe more on BitBucket Server (formarly Stash). It's not working with BitBucket Cloud.

npm.io

How to use it

See also examples folder. bitbucket-backend-stack creates the custom resource and shares the ServiceToken as output. bitbucket-stack uses ServiceToken and creates new BitBucket resources.

Ensure to have SSM Parameters config/bitbucket/host, config/bitbucket/username and config/bitbucket/password.

cdk deploy --app "npx ts-node bitbucket-backend-stack.ts"
cdk deploy --app "npx ts-node bitbucket-stack.ts"

Supported resources

x Repository
x WebHook
x Project

Next steps

[] Support cross account usage (see also #8470 ) [] Explicitly handle update of resources [] Explicitly handle delete of resources (using retention policy)

How to release

Set a new version with npm version command and push changes to GitHub.

npm version x.x.x
git push
0.1.8

2 months ago

0.1.9

2 months ago

0.1.7

4 months ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

3 years ago

0.1.0

4 years ago