Hi, I am not able te link Bitbucket to my Atlassian Organisation. We have for Atlassian products like JIRA and Confluence a Educational Premium license. Bitbucket is also free stadard edition as w...
I notice that docker pull takes a long time when running in pipelines. Is there a way to cache the latest docker image and use it as cache when docker pulling?
Hi, I'm facing something similar right now, I've configured my webhooks for just Triggers: pullrequest:created, pullrequest:updated. Anyway, it works when a PR has been created but nothing hap...
...ata/community/docker/containers:/var/lib/docker/containers:ro This worked when launching the Bitbucket runner from within a WSL distribution, as the standard Linux Docker log path needed to be a...
I'm uploading a 20MB JAR file to the Bitbucket Downloads section using a pipeline, but when accessing it from another pipeline, only 600KB gets downloaded.im trying build a another maven jar using t...
I am not able to access bitbucket for last couple of days with below error: " We can't log you in right now Please contact your administrator. Give them this error identifier: 7528e129-2...
ファイルステータスビューのファイル一覧が消えています。 以下の方法を試しましたが、改善されませんでした。 バージョンアップ 再インストール com.torusknot.SourceTreeNotMAS.plist の削除 改善方法を教えて下さい。 -----------------------------------------------------------------...
Hello all, I have a Bitbucket data center instance which is very old version 4.14.1. We are now trying to stand up a brand new server to host the latest version of Bitbucket. But we need to migrate e...
Recently a new Merge button has started appearing in the Development section in Jira issues where there is an associated feature branch in Bitbucket. The button appears late, a number of seconds a...
Hi there! I've seen several posts requesting this, so this seems to be the way to go: I think I need "git gc" to be run on my repo. I've been doing some cleanup to try and get its size under 1GB, ye...
I want to grant a read-only access to a potential outside developer to a single Bitbucket repository located in a private workspace. Can someone provide step by step instructions as to where I s...
Hi, I am currently trying to implement a pipeline. But I check,I struggle to find a way to run a step of my pipeline on condition definitions: steps: - step: name: Run Te...
I am unable to search our codebase due to an error. The URL giving a 404 is: https://bitbucket.org/!api/2.0/teams/%7B108bc9c8-2a32-42a6-8e8b-8d82655028be%7D/search/code?search_query=P...
Hello, dear community, I am using Bitbucket Data Center version 9.4. My Bitbucket Data Center is directly integrated with my Jira. Currently, I want to configure it so that when a pull request i...
Hi, Atlassian team. I need to run git gc on the remote repository on bitbucket. What should I do? The repo size on my local is just less than 100 MB but it is 2.8GB on the bitbucket. How can I f...
how to represent math formula in markdown in bitbucket wiki/comments ?
I need to fetch the details under Repository settings - JIRA issues ; Get the values under " Jira issues requirement" and "Exemptions" in a JSON format.
Hi Atlassian Support, I've been reading the following article about enabling 2FA at the BitBucket Account Level: https://support.atlassian.com/bitbucket-cloud/docs/enable-two-step-verification/ I w...
Hi atlassian team: our team want to use the bitbucket rest api to get our repo's file/folder structure and return this as a json, do we have one call to send the condition in request and get the f...
We have several branches that we do not want deleted with the version at the end. The general pattern is client/client_name_version. We do not want the same restrictions on all of them, so I d...
I recently set up the latest version of Atlassian Bitbucket in a Docker-based environment and manually i have encountered the same issue , ensuring that all prerequisites were met. However, during t...
How do we reduce the size of our repo? Filtered branches, done local clean ups, but never seems to make a difference in Repository details. How often is GC done on bitbuckets end? Is there a way to t...
Hello, I am trying to connect Bitbucket Data Center to Compass, but the workspace from Bitbucket Data Center from is not listed in the 'Authorize for workspace' dropdown. However, I can see the o...
...c, but the remote repository size on Bitbucket has not changed, even after force-pushing the updated history. Is there a way for me to run git gc on the remote repository? If not, could someone from t...
I want to save a little bit of build time buy caching the node_modules of several subfolders in my project . Is this the right format. ``` image: node:18 clone: depth: full definitions: caches: ...
Copied to clipboard