From 2c73e8615637a3d81bcac234b6c6c28f82aa0bac Mon Sep 17 00:00:00 2001 From: Vladimir Komissarov Date: Mon, 28 Jan 2019 16:10:57 +0700 Subject: [PATCH] Update README.md add troubleshooting for #15 --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 67ff62b..5cffe5e 100644 --- a/README.md +++ b/README.md @@ -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 + ```