Hi Experts,
I'm using both Bitbucket and Azure Devops. And I found that if I have big binary files in my repo(over 160MB), then I can't create Azure Devops Yaml pipeline from my repo any more, ikt always states:
"Unable to get the path contents from the Bitbucket repository 'mainincubator/lissi-edge' for the branch or source version 'master' and path ''. It is possible the specified path is a file. Error from Bitbucket: Request timed out after 5000ms"
So it occurs the Bitbucket blocks my request if my repo has big binary files. (I have specific reason to contain the binary files in repo)
Is it convenient for team to fix this issue? Or add a "Notes" in Bitbucket document to prevent other members from meeting same issue?
Please advise.
Hello,
I finally found a workaround for the issue of bitbucket not being able to scan my repository to find YAML files.
I have moved my pipeline in a branch where I do not have the binaries.
Then on the URL opened by Azure DevOps when it try to find the YAML file, you can edit the URL and modify the branch name.
--> My YAML files are successfully retrieved.
After saving the pipeline, you can use the Azure DevOps edit mode to select the appropriate branch for your YAML pipeline (usually master)
Yeah, that's what screwed us. We use Azure DevOps and just couldn't do anything with it. Transition to github has been pretty seamless for us to be honest. Especially if your build pipelines are in .yaml format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
We are also facing this issue.
Moreover, it is not possible to create a pipeline connected to bitbucket Repo with Azure DevOps REST API.
This is a pain if the solution is to move to another source control host service..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was this resolved? Having same issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Blocked as well for the same issues. Binaries are not very large but needs to be this way for the moment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also blocked by this... I have three binaries that I need in this repo, and I now can't connect it to azure pipelines. More annoying that it was working fine previously.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Team,
We are also blocked with this issue. Are there any alternate solution would help us while you working on it.
We are unable to create pipelines from azure devops for this repo.
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.