Questions tagged [bitbucket-cloud]

Bitbucket Cloud is the online version of Atlassian's Git repository management service, publicly hosted by Atlassian servers at bitbucket.org. It hosts git repositories, along with associated project wikis, issue trackers, CI pipelines, pull requests, and user-managed download files.

Bitbucket Cloud is the online version of Atlassian's Git repository management service, publicly hosted by Atlassian at bitbucket.org. This hosting service provides both free and paid subscription options. It hosts git repositories, along with associated project wikis, issue trackers, CI pipelines, pull requests, and user-managed download files.

Should not be confused with [bitbucket-server] aka Bitbucket data center, which is an enterprise server software package that organizations can purchase to host a private Bitbucket server instance on their own server hardware.

179 questions
0
votes
1 answer

How to get the access level of a user for a bitbucket repo using REST API?

Hey I am using REST API for bit-bucket cloud for my application. I have to check whether the user(with token, which is passed through header) has access to a particular repo or not? If yes what access level is provided? What url should I hit for…
aravindkanna
  • 663
  • 1
  • 7
  • 25
0
votes
1 answer

Bitbucket Branch Source Plugin triggering jobs for all branches/projects during indexing

We've recently started using the Bitbucket Branch Source Plugin in our Jenkins CI to group our jobs into a single Bitbucket Team Project instead of having multiple standalone multi-branch pipeline jobs. However, whenever branch indexing occurs it…
0
votes
1 answer

Additional connection to BitBucket using SSH in VSTS

I've been trying to set up a new build in VSTS for a project that uses BitBucket. The reason for this is that I want to move away from TeamCity. I've set up my connection to BitBucket using OAuth, which is working fine. My problem is that when I…
mnield
  • 1,859
  • 1
  • 20
  • 34
0
votes
1 answer

git branch unmerged but not "active" on Bitbucket

I am looking at a repository to which I contribute, going through the commit history manually, and I see "open" (unmerged) branches. For example, the branch my-branch is "unmerged" because this command: $ git log $(git merge-base origin/master…
David P. Caldwell
  • 3,394
  • 1
  • 19
  • 32
0
votes
1 answer

Rate limit for this resource has been exceeded

I was trying to log into BitBucket. I kept getting this error Rate limit for this resource has been exceeded Is BitBucket require us to login via a different URL ? Any hints on this ?
code-8
  • 54,650
  • 106
  • 352
  • 604
0
votes
1 answer

using bitbucket-pipelines deploy same branch to multiple environments

I have three environments is AWS dev/uat/prod, and the same branch(develop) I wanted to develop in all three respective environments using bitbucket-pipelines. As I know we need AWS AWS_ACCESS_KEY_ID to do so. My question is: how to provide AWS…
0
votes
1 answer

how to merge from feature branch to the master branch using bitbucket-pipeline.yml file?

Working using feature branches, how can i configure my bitbucket-pipeline.yml file in such a way that the changes are merged to the master branch automatically?
0
votes
1 answer

Exclude deleted comment from bitbucket query result

I want to filter out deleted comment from a bitbucket cloud's pull request. I tried the comment API endpoint:…
Tuan Nguyen
  • 89
  • 1
  • 6
-1
votes
1 answer

Can you develop custom bitbucket remote server hook that can reject pushes?

During my research on how to implement a solution for filtering commits on bitbucket's git repo, i.e. rejecting pushes that introduce invalid changes, I found out about bitbucket's custom plugins and allegedly you can implement custom hooks as java…
wdc
  • 2,623
  • 1
  • 28
  • 41
-1
votes
2 answers

feature branch is behind master, feature and master do not change on same files, is it a must to merge master into feature before we merge the PR?

There is a feature-branch x, it has a commit on file A. And then a Pull Request is created. Then master has a new update, on file B, C, D. So feature branch has 1 commit behind master. But as feature and master work on different files, there will be…
Zi Sang
  • 69
  • 1
  • 9
-1
votes
1 answer

How to create merge pull request from Bitbucket of one branch to master branch in GitHub

How to create merge pull request from Bitbucket to github master branch. how to set origin and remote, from Bibucket master brnach want to merge into repositories in github master. thanks As suggested cloned both the repositories Bitbucket master…
-1
votes
2 answers

Unable to connect to my bitbucket repo from jenkins

I have jenkins installed in EC2 instance. When i try to talk to bitbucket repo: Failed to connect to repository : Error performing git command: git ls-remote -h
-1
votes
2 answers

How to make Jenkins look for pull request in git, instead of git triggering job in jenkins?

I look for a solution where it is actually Jenkins that look for the pull request in git and triggers job and report back the result. Usually it is git hook triggers the job in Jenkins. But due to a new procedure, I be working the other way. it…
-2
votes
1 answer

Pull Request Flow

I want to implement branching strategy in bitbucket-cloud where a pull request to master can be done only from release/* branch and hotfix/* branch. No one branches would be allowed to raise a Pull request to master. Similarly a Pull request to…
1 2 3
11
12