One of the branch permissions in bitbucket cloud is below:
At least {#} successful builds on last commit doesn't have that number of successful builds for the most recent commit
What does the {#} mean here? Each commit triggers one build, right? Its a one to one relationship, one build for one commit, so my question is what does this number mean here?
Thanks in advance
Community moderators have prevented the ability to post new answers.
Hi @Gerald O'Connor,
It means a number.
Each commit triggers one build, right?
Not quite:
So, it is rather "one commit to many builds" relationship. As an example, check recent pull requests in this repository – they all have three build statuses.
Hope this helps.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.