Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###PHPCI Plugin for Atlassian Bitbucket Server (Stash) build status integration
# PHPCI Plugin for Atlassian Bitbucket Server (Stash) build status integration

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/9e914e3d-c616-4a77-b001-00632c578e3d/big.png)](https://insight.sensiolabs.com/projects/9e914e3d-c616-4a77-b001-00632c578e3d)

Expand All @@ -15,15 +15,15 @@ There are two ways this plugin can work - tokens and login/password.

Add settings from below to your PHPCI config (`/path/to/phpci/PHPCI/config.yml`):

#####Login / password style:
### Login / password style:
```yml
stash_build:
login: $STASH_USER
password: $STASH_PASSWORD
url: 'https://$STASH_URL:$PORT'
```

#####Token style:
### Token style:
It's very similar to login/password style, but you have to install [Token Authenticator](https://marketplace.atlassian.com/plugins/com.thundermoose.plugins.stash-token-auth/server/overview) to your Bitbucket Server (Stash), before you can continue.

Add to your PHPCI config (`/path/to/phpci/PHPCI/config.yml`)
Expand Down