strider-stash
v0.1.3
Published
An Atlassian Stash provider for strider
Downloads
13
Readme
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
Copyright (c) 2015 Greg Reinbach <http://reinbach.com/>