Bitrise rebuilds the OLD branch version

Description of the issue

After pushing new commits to Bitrise. Bitrise always reBuilds the OLD version of the branch. So if the build was failing it will fail again and again forever. For it to work properly you need to start the build manually using the last commit hash code.

Reproducibility

This happens every time with every new commit. Bitrise always builds the OLD version.

This is intended behaviour.
Rebuild as the name suggests does build with the same configuration again.
You would probably need to setup some webhook.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.