Dan Cryer
Dan Cryer
Nice idea indeed. I'll struggle to get to it very soon myself, but happy for it to be included as a new plugin. :)
Hey @leewillis77 - Feel free to take this on, nobody is working on it. :)
Hi @Saneesh - We're going to need some more information here... What is the actual problem you are facing? I presume once you are redirected to login you can't actually...
Questions: 1. What does the URL look like that you're entering into Bitbucket? 2. Are you adding it as a Service or a Webhook? 3. If a Webhook, which events...
@Fenikkusu This sounds great. I fully support you going ahead with this.
The dropdown displays branches PHPCI has seen before. If you're using a webhook to push all commits to PHPCI, this dropdown will be constantly updated.
Please can you provide some more information? Screenshots of PHPCI's output, the content of your phpci.yml file, etc?
OK, I think this is because the shell command that is failing is part of the `success` stage... If I recall correctly, plugins run as part of `complete`, `success`, `failure`,...
As of v1.7 (tagging the release for this now) - you can run branch-specific plugins like so: ``` yml branch-master: run-option: "after" success: shell: - "rsync ..." ``` That might...
@hotrush @bdanchilla - Sorry it has taken me ages to get to this. Would either of you mind submitting a PR for this fix? It would be super helpful. Thanks!...