1.4.3 • Published 8 years ago

strider-bitbucket v1.4.3

Weekly downloads
17
License
MIT
Repository
github
Last release
8 years ago

strider-bitbucket

This module provides seamless integration between strider and bitbucket, including automatic addition/deletion of ssh-keys, and commit and pull-request webhooks.

Build Status
NPM

Features

  • configuration
  • clone, update, code caching
  • commit webhooks management
  • ssh key management
  • skipping commits via [skip ci] in commit message
  • pull-request webhook handling (Bitbucket Cloud)

Configuration

If you're running somewhere other than localhost:3000, you need to set the SERVER_NAME environment variable. This can be done like so:

SERVER_NAME="https://appxample.com" npm start

Note no training slash.

Creating your own bitbucket app

Go to the API page at https://bitbucket.org/account/user/[your-username]/api and click "Add consumer".

Then set the env variables PLUGIN_BITBUCKET_APP_KEY and PLUGIN_BITBUCKET_APP_SECRET to the values given you.

Testing

npm test
1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago