Description of the feature request
I would like you to add support for BitBucket to the Selective Builds feature.
Use case / for what or how I would use it
We develop apps in a monorepo fashion.
I want to only trigger builds when code is pushed to the frontend folder on Bitrise.
koral
October 27, 2018, 3:58pm
2
It seems that the final effect is achievable now using run_if
. See this recent topic: Excluding certain folder from github webhook
It does indeed, thanks for the suggestion @koral
@tominglis I’m going to set this feature request to auto-close in seven days but if the solution @koral suggested doesn’t work for you please feel free to re-open it.
This topic was automatically closed after 6 days. New replies are no longer allowed.
Note: we now have a new feature request for built in Bitbucket Selective Builds, similar to the GitHub one - please vote & comment there!
Description of the feature request
Add support for selective builds for Bitbucket.
Use case / for what or how I would use it
As a previous closed feature request 6612 (can’t comment/re open)
I’m working with monorepo and need to start builds only when the shared or mobile part of my repo has been modified. Right now, I am evaluating through git diff inside a script but it is not efficient since the actual build has been launched and git repository cloned. This wastes resources just to find ou…