Selective Builds feature breaks manual build triggers

We recently updated our builds to use the new Selective Builds (for mono-repos) feature. It appears to be working fine with our Github webhook triggers. But when we want to manually trigger a build, it breaks.

In the browser console I can see there is a POST request that is failing:
Request URL: https://app.bitrise.io/app/my_app_slug/build/start.json
Request Method: POST
Status Code: 400 Bad Request

{"status":"error","message":"undefined methodempty?’ for nil:NilClass",“slug”:“my_app_slug”,“service”:“bitrise”}`

We manually trigger builds for our releases. We are having to disable the Selective Builds feature in order for our manual triggers to work.

2 Likes

Hi Taylor,
Thank you for reporting! ​A fix should be deployed. Could you check if you are still seeing the issue?

1 Like

Looks fixed to me. Thank you!

1 Like

This topic was automatically closed after 13 days. New replies are no longer allowed.