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

Unable to connect Bitbucket Cloud (Beta) in Aws codepipeline

Present i am working on integrate the bitbucket cloud and aws codepipeline. i am not able to find the customer bitbucket cloud repository's in aws codepipeline sourcecode provider. Normal repository's we are able to execute, but customer…
Balu7
  • 63
  • 2
  • 8
0
votes
2 answers

How to do recurring code review efficiently in Bitbucket.org?

In our company, we are using Bitbucket cloud edition. I'm wondering, do you guys have some ways of making recurring code review (I once did code review, author fixed comments, and then I come back to review again) more pleasant and easy? Right now,…
omikron
  • 2,745
  • 1
  • 25
  • 34
0
votes
2 answers

Download a file from bitbucket feature branch using BitBucketAPI

HI I am trying to download a file based on the bit bucket branch selection . I am able to download the file from ci or master branch , but unable to download from feature branch. Can you please help me . If i download from CI branch it works…
Hanuman
  • 43
  • 5
0
votes
1 answer

how to get bitbucket tagged commits sorted by date-wise using Bitbucket API?

I am working on a project that needs to fetch all tagged commits sorted in reverse order by datetime. I first tried using this API /2.0/repositories/{workspace}/{slug}/refs/tags but the results are in random order which i believe is sorted in asc by…
0
votes
0 answers

Last 10 days of work is lost after git push --force

I tried to add pattern to GIT LFS today and all the work in the last 10 days are gone!!! The last commit seen is 11th Nov. All the work in between are all gone!!! Last week I added *.html to GIT LFS. Today I tried to add *.{html, svg} and this is…
Kok How Teh
  • 3,298
  • 6
  • 47
  • 85
0
votes
1 answer

How to Upload a folder to bitbucket repo using API and CURL

I'm able to upload a file to bitbucket repository but there is any way to upload a folder using CURL and API.
0
votes
1 answer

Bitbucket cloud webhook Does not trigger Jenkins Build: No branch information

I am trying to integrate Bitbucket cloud with Jenkins. I have Bitbucket plugin installed in Jenkins. I have configured the webhook in bitbucket cloud for the repository with url http:///bitbucket-hook/ I set up Jenkins job (I tried…
pvpkiran
  • 25,582
  • 8
  • 87
  • 134
0
votes
1 answer

Can we perform a Jenkins job only on the files within a pull request instead of the whole repository?

I want to design a Jenkins job that will trigger when a pull request is created and perform a static code analysis only on the java files that have been modified. I've already created a Jenkins job that is triggered on pushes and scans a repository…
0
votes
0 answers

How to fix my code to be able to create new repositories

I can't create new repositoies in bitbucket cloud with code below. I'm able to delete repositiries (with change form 'post' to 'delete' requests method). When I'm using code below I've got http 400 which means according to api docs - If the input…
Maciej
  • 1,209
  • 4
  • 16
  • 26
0
votes
1 answer

Hook event for git tag created / tag pushed

I am looking at the bitbucket API v2: https://developer.atlassian.com/bitbucket/api/2/reference/resource/hook_events it says the hook events…
Alexander Mills
  • 90,741
  • 139
  • 482
  • 817
0
votes
2 answers

How can a team member get the new Bitbucket branch pushed to the main repo which they forked?

In Bitbucket, I created a team and then a project. I created a (main) repository with only one branch - master, and then I added a team member, who forked the repository. After that, I pushed a new branch dev to the repository but my team member…
orimdominic
  • 995
  • 10
  • 23
0
votes
1 answer

Sending PR id and other info with Bitbucket Cloud webhooks

I am looking at the docs for webhooks for Bitbucket Cloud: https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html I can send a GET request to the url in the url field, but I want to send the commit of the branch that changed, or…
user5047085
0
votes
1 answer

Git revert a merge commit in a complicated (merge, revert, merge, ...) situation

I started with the master branch along with few other developers and we are following a nice workflow where we create a new issue specific branch, merge it back to develop and after few features merge develop to master. Some times we also do…
Rishiraj Purohit
  • 447
  • 5
  • 17
0
votes
1 answer

Auto merge PRs when issue status change

I'm currently using Jira to control my project's issues and bitbucket to control my code. I've created in my workflow, a transition form 'Ready to deploy' to 'Deployed' status. What I want is to, when, from Jira, my button 'Deploy' that makes the…
0
votes
1 answer

Example for BitBucket Java API

I'm looking for some example code for BitBucket Java API. https://developer.atlassian.com/server/bitbucket/reference/java-api/ My requirement is to commit a file into a BitBucket cloud repo. Please help. Thanks, Srikanth.
1 2 3
11
12