Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add troubleshooting for #15
  • Loading branch information
idr0id committed Jan 28, 2019
1 parent fd990ac commit 2c73e86
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,24 @@ respected.
### `out`: Update build task status.
This updates the build status of the task.

## Troubleshooting

* [Mark PR with "build started" creates a new version of a PR](https://github.com/zarplata/concourse-git-bitbucket-pr-resource/issues/15).

The Concourse is not available to skipping versions but have the workaround.
You should add the _resource with the same settings_ as `pull-request` for changing the build status only.

```
- name: test-pull-requests
plan:
- get: pull-request
trigger: true
version: every
- get: node
- put: pull-request-status
params:
state: INPROGRESS
key: concourse-build
description: Building on Concourse
```

0 comments on commit 2c73e86

Please sign in to comment.