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
1
vote
0 answers

Bitbucket, Jira vs. Control Freak: How does Bitbucket find multiple Jira Issues in multiline commit messages?

We are using Bitbucket Server and Jira for our git development. They are connected via the Application Links setting in Bitbucket. We try to enforce "correct" commit messages (on push) by use the Control Freak Addon. This works fine, but we recently…
Martin Ba
  • 37,187
  • 33
  • 183
  • 337
1
vote
0 answers

Skipping npm_install for a workspace with a cache in 2023

Let's say you have a monorepo with a module federation, with 5 different apps that you want to build in separate CI steps and you need to have all node_modules prior to executing the build of each app. With npm ci taking ~1min, that is 5 additional…
Phil
  • 7,065
  • 8
  • 49
  • 91
1
vote
0 answers

Bitbucket API endpoint for rerun stopped steps

To stop a pipeline bitbucket REST API provides an endpoint repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/stopPipeline/, but there is no endpoint to rerun the pipeline from where the pipeline has stopped. So, is there any other way…
1
vote
1 answer

How To In Bitbucket Cloud: Always View Pull Requests Side-by-side?

I wanted to in Bitbucket Cloud: Always View Pull Requests Side-by-side. I was searching on Google with the phrase "Bitbucket Cloud: Always View Pull Requests Side-by-side" and I found no good first hit that would help me.
propatience
  • 115
  • 1
  • 3
  • 9
1
vote
0 answers

How to connect to docker daemon using docker in docker without privilege mode

I'm new to BitBucket Piepline and trying to use it as GitLab Ci way. Now I happen to face an issues where I was trying to build docker in docker container using dnd. error during connect: Post "http://docker:2375/v1.24/auth": dial tcp: lookup docker…
1
vote
0 answers

Cloud Bitbucket Can I use the self-hosted runner docker image as a base and augment it?

NOTE: I'm an embedded programmer, so devops stuff is mildly mysterious to me and I might be using the wrong terms. When creating my BitBucket self hosted runners, do I HAVE to use docker in docker, or can I take the self-hosted runner container…
Russ Schultz
  • 2,545
  • 20
  • 22
1
vote
1 answer

How can I restore a work-in-progress PR in Bitbucket Cloud?

I spent a lot of time describing my changes in a PR in Atlassian Bitbucket online, but my PC blue-screened before I could create the PR. Is there any way I can recover the description? If not through Bitbucket, perhaps through Google Chrome? I tried…
1
vote
0 answers

Is it possible to add some custom data to the event payload body or headers sent to a Bitbucket webhook?

I want to add a few strings to the existing event payload that is delivered to a webhook. It doesn't matter if i can send them in the payload body or as Custom HTTP Headers. I've checked the documentation of the event payload and I've checked my…
1
vote
0 answers

How to tell self hosted Windows pipeline runner to skip the cleanup routine of a build step

I am troubleshooting a git issue with self hosted runner on windows. I feel it is lot easier if the runner leaves behind cloned dir as it is instead of cleaning it up. Wondering if there is any YML directive or some other setting to tell runner to…
videoguy
  • 1,732
  • 2
  • 24
  • 49
1
vote
1 answer

Bitbucket Webhook is not triggering Jenkins job even webhook returns 200

I am using bitbucket cloud and jenkins is running on ec2 instance on the private network. Connection is well established between bitbucket and jenkins as when i run the job manually, the job shows the green status. However when i made the changes in…
1
vote
2 answers

AWS API gateway returns 403 for some and 200 for others

I have a apigateway endpoint that returns 200 for me, but when it's called by a third party they get 403. I request via curl and python requests and get 200 for both Bash: curl -X POST -v --http1.1…
1
vote
1 answer

Same repository names in different projects

I have two projects: CompanyAManagement CompanyBManagement And for both projects, I would have a repository "frontend" and "backend". However, after I have created the project "CompanyAManagement" and created both repositories in it, I can no…
Martin Fischer
  • 469
  • 1
  • 7
  • 21
1
vote
0 answers

Bitbucket Permissions - Avoid direct push to specific branch

I want to disable write access or any direct commit on release/* and main/master, the only way for these branches to get update is via merge/pull request coming from feature, hotfix, bugfix, or develop branches to avoid trouble. How can I enforce…
Bitwise DEVS
  • 2,858
  • 4
  • 24
  • 67
1
vote
3 answers

How do I obtain an HTTP access token from a bitbucket repository on bitbucket cloud

I need to create an HTTP access token for a repository which allows me to pull modules from it while building a nodeJS application in another repository. This was done in the past by using a personal access token from one of the employees and I want…
Bl4ckMED
  • 104
  • 1
  • 1
  • 6
1
vote
1 answer

'kex_exchange_identification: write: Broken pipe' when trying to connect to Bitbucket

I have successfully been connecting to Bitbucket cloud via my SSH key set up on my laptop for the past three years with no issue, but suddenly today I started seeing this error when trying to pull from remote branch: kex_exchange_identification:…
Daniel Western
  • 141
  • 1
  • 5