This question is in reference to Atlassian Documentation: Configure bitbucket-pipelines.yml
In particular, what happens if I have multiple bookmarks on the same named branch? Does Pipelines treat that like multiple branches or one branch?
Pipelines won't build any bookmarks. It will only build the named branches in your repository. If there is a single branch with multiple bookmarks it will be built as if it had no bookmarks on the branch.
Thank you. Unfortunately, since I use bookmarks in the same way as a Git user would use (Git) branches, this is simply not workable for me, so I will not be able to use Pipelines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sometime since this question was asked and answered, an option to trigger pipelines based on bookmark names was added:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.