When working with plan branches, bamboo randomly disables the builds which are triggered when creating a pull request. This slows the review process significantly down, as these builds are required to a pullmerge requests in our projects
Steps to reproduce:
Expected Result:
Actual Result:
Additional info: _(hints, App screenshots, logs,...)
Team - Please suggest on above mentioned issue at the earliest.
we did not see anything in the agent logs where build is running.
Hi Team - Any suggestions or inputs on this?
If the following SQL return a result with a date in DETECTED_DELETION_DATE, it means that the branch was deleted previously and recreate in Bitbucket again:
SELECT * FROM vcs_branch WHERE NAME='<branch_name>';
By default, DETECTED_DELETION_DATE should be NULL if the branch isn't deleted.
Use the following steps to set it back to NULL:
UPDATE vcs_branch SET DETECTED_DELETION_DATE=NULL WHERE NAME='<branch_name>';
@Foong and what if the branch wasn't deleted? We're facing this issue in our team with absolutely new branches. As @Venkat already mentioned, it's happening randomly. I believe they're facing the same problem as we're.
It sounds like not an option to edit the database each time when the issue is happening.
Kindest Regards,
Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bamboo will only set DETECTED_DELETION_DATE data in the database when it has detected the branch deletion.
You can create a Support Ticket at https://support.atlassian.com/contact/ if you want Support Team to check when the branch is deleted last time.
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.