Hello,
I have enabled integration with BitBucket server and I am testing PR using this guide:
https://wiki.pmease.com/display/QB80/Working+with+Bitbucket+Server
It works well, but I have two problems with it:
1. I don't want to trigger pipeline manually so I set Disable to yes. Unfortunately, build is not triggered at all, despite I have cron schedule configured.
2. I have 3 configurations in my pipeline, and I would like to see builds from all 3 configurations visible in BitBucket. Now, I have only results from 1st. Is it possible? How to add missing builds there?