Bitbucket is a hosting site for Git and Mercurial. The service offering includes an issue tracker and wiki, as well as integration with a number of popular third-party services. Atlassian acquired bitbucket.org in 2010.
I want to be able to restrict access to our bitbucket repos, but without having to update the list every Wednesday (Microsoft releases a list of IPs every week which you need to feed into your bitbucket settings in order to whitelist your builds).…
I'm new to LFS, and am in need of a clarification. If I use LFS for data files, will it reduce the overall repo size? Or will I have to store the data files remotely?
I have inherited a repo. There are several data files over 1 GB. It has exceeded…
what is the command to create a new pull request in Bitbucket.
I am automating the check-in the code to Bitbucket and create pull request.
I referred many documents and found the curl command. but it is also not working and I don't know the what is…
Today my Bitbucket instance stopped working for some reason. Stop, start and reboot only shows message
Migrating home directory
Without any progress. It just sits there with the progress bar without doing anything. I don't understand why it is…
In order to publish what I need, my server service gave me a git repository in which I push my files.
The issue is: I can push to GitHub and BitBucket without issues from my workplace, but this server-git address is blocked. Unblocking it is not an…
I'm struggling to understand how to implement the following API to update files in a repo:
https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/src#post
GitLab and GitHub have a simple api -…
BitBucket API so far has been an interesting experience, let's say.
We have sometimes very brief generated docs across various URLs with bits of functionality peppered between bitbucket.org/rest/api/1.0, api.bitbucket.org/2.0 etc and a way to get a…
I would like to hide the branch if user has not permission to work on it. Is it possible to do using bitbucket or github?
I know that we do can prevent user to commit changes to a specific branch, but in my case I would like to prevent user even to…
At the moment I am trying to use Bitbucket Pipelines to run tests for our app. However when it is attempting to install the apk into the emulator, the pipeline hangs/freeze at this line:
execute: running pm install -r -t -d -t…
I'm start using the Google Cloud Functions and I've see that has an option to make an automated deploy from the bitbucket. I have multiple functions to deploy, should I have one repo per functions or can I have one repo but divided by directories or…
I have a periodic git synchronization script that runs from bit bucket cloud to our local git repository.
In the nutshell it does the following:
git clone --mirror ssh://source.git
git show-ref | cut -d ' ' -f2 | grep 'pull-request' | xargs -r -L1…
I've already serched and struggled on this argument... without success.
Setup:
Bitbucket Cloud
Local TeamCity server and agents
The problem is the following: run build with webhooks and not with polling.
TeamCity side, for trig a build there are…
I created an Angular Library by running:
ng new my-library-lib
cd my-library-lib
ng generate library my-library
This creates an Angular application and within it a folder called "projects" with the library code:
Application code:
- projects
--…
I have created terraform script for aws architecture which includes ec2 instance and jenkins on ec2. I am new to jenkins and trying to figure how to integrate it with bitbucket using the existing terraform script.
Any help would be greatly…
As the title says when I attempt to git push it simply hangs. This is on Windows 10 with existing repos and some new ones I created specifically for testing this. I've also tried two different hosts (i.e. github and bitbucket). My public repos on…