0.1.3 • Published 9 years ago

strider-stash v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

strider-stash

A provider for strider that integrates with Atlassian Stash to provide easy setup of your projects. It registers webhooks and sets up ssh keys (if you so choose).

Setup

Your Stash instance will need have an Application Link setup. You will also need to create certificates to authenticate with Stash.

Setup the following environment variables;

$ export STASH_API_URL=http://localhost:7990
$ export STASH_CONSUMER_KEY=<consumer-key>
$ export STASH_PEM_FILE=</path/to/pem/file>

Credits

License

The MIT License

Copyright (c) 2015 Greg Reinbach [http://reinbach.com/](http://reinbach.com/)