Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
113 views

Bitbucket recently added a new option to their pull request management to add suggested changes in a pull request. However a comment is set on a specific line, which is fine unless your change affects ...
GuruYaya's user avatar
  • 671
1 vote
0 answers
52 views

I’m writing a pre-receive hook for Bitbucket Data Center 8.18. The add-on builds successfully, but the Soy template never gets compiled to JS, so the settings form cannot be rendered in Bitbucket (“...
Sangaibisi's user avatar
0 votes
0 answers
98 views

Environment Bitbucket Data Center v8.17.0 Bamboo 8.2.9 SonarQube v2025.1.1 Current Setup Hi Atlassian Community! I currently have the following workflow implemented: Create Pull Requests in ...
Alex's user avatar
  • 13
1 vote
0 answers
47 views

I am developing a code security scanner platform on FastAPI in which I need to integrate bitbucket with a Atlassian Connect App like https://marketplace.atlassian.com/apps/1232592/ox-security-...
Abhey Sharma's user avatar
0 votes
2 answers
291 views

I've got a problem with Jenkins. I'm using Bitbucket Server Integration plugin and I want to configure one job to start reading Jenkinsfile from repository when I push some changes to one of my repos. ...
molek06's user avatar
  • 21
2 votes
0 answers
355 views

In bitbucket this search query project:Foo repo:bar "my current status" (ext:xml OR ext:html) archived:true returns some matches but also returns Your query couldn't be parsed. We've ...
surfmuggle's user avatar
  • 6,046
0 votes
1 answer
77 views

I am having issue to merge a PR with Bitbucket Data Center. Here is the sequence : Another user created a Branch-A from master early. "commit1" is committed to branch-A 6 days ago. I ...
jack.chen.job's user avatar
0 votes
0 answers
325 views

As the title states, is it possible to programmatically generate an HTTP access token on Bitbucket server from an existing access token, e.g. via their REST API? From reading their documentation, it ...
Phoenix's user avatar
  • 408
1 vote
1 answer
324 views

Hi try to find a solution to build a LaTeX document and send it afterwards via Mail: image: dme26/latex-builder:latest pipelines: default: - step: name: Build the .pdf script: ...
Pascal's user avatar
  • 1,104
0 votes
1 answer
141 views

We updated our Bitbucket Server from 7.21.X to 8.9.10 and the underlying Git from 2.23 to 2.39. Since then the Custom Merge Driver isn't started anymore. I couldn't find anything in the Release Notes ...
BlackEye's user avatar
  • 777
0 votes
0 answers
60 views

remote: The requested repository either does not exist or you do not have access. If you believe this repository exists and you have access, make sure you're authenticated. tried ssh gen key and ...
NitalPatil's user avatar
-1 votes
1 answer
400 views

Is there a way with Bitbucket Pipeline condition to cd into specific folder and execute commands? My idea is to have folder with Terraform project and environment (develop, staging and prod). Here is ...
Ivo's user avatar
  • 11
0 votes
0 answers
354 views

My Bitbucket users normally use the Bitbucket UI to create a new branch. The Bitbucket plugin, Control Freak, has been enabled and the global branch permissions section has been setup to "Always ...
Jay's user avatar
  • 29
0 votes
0 answers
428 views

I am trying to look for specific text in a repo but how can I achieve this with bitbucket server using the bitbucket version 1 API? I am a bit limited with the advanced search feature on the bitbucket ...
Uche24's user avatar
  • 23
0 votes
1 answer
939 views

I'm trying to create a pull request on Bitbucket Server via Rest API, following this documentation. No matter what I try, I get a (400) Bad Request. error. I found this answer and used the body text ...
jeremywat's user avatar
  • 1,136
1 vote
1 answer
338 views

I have a Bitbucket Server and I'm trying to figure out how to react to PR comments via the REST API. I'm referencing this documentation. The example shows: curl --request PUT \ --url 'http://{...
jeremywat's user avatar
  • 1,136
0 votes
1 answer
769 views

I have a bitbucket webhook set to trigger jenkins job on a different bitbucket repository. The problem here is that, because there are no changes done for the repository which the job is supposed to ...
LostHat's user avatar
  • 31
0 votes
0 answers
252 views

Our current setup is to have a build triggered by pull request which will publish the output to a network location for testing. Once testing is completed then the pull request is accepted and merged ...
Cody Harness's user avatar
  • 1,147
1 vote
1 answer
872 views

The Bitbucket Server API documentation outlines an endpoint to submit a PUT request and edit a file within a specified repository. However, the Bitbucket Cloud API does not seem to have this same ...
Niall Hodgen's user avatar
1 vote
1 answer
1k views

I am trying to write some scripts which will create files(json) in Bitbucket Server and occasionally update these files. Later on I would like to be able to query the changes made to the files and ...
Robbie Nathan's user avatar
-1 votes
1 answer
713 views

we needs to Export the list of commits which are there in one branch(branch1) but not there in another branch(branch2) with committer id in bitbucket. So Please let me know if any such kind of option ...
Naidu5's user avatar
  • 17
0 votes
0 answers
82 views

When i try to fetch or do any command on my Atlassian gitbucket i get the following error (https://i.sstatic.net/39pZ7.png) Anyone could help, please ? Thank you in advance for your help, it will be a ...
Ratsirarson Joharisoa's user avatar
2 votes
1 answer
612 views

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 ...
Martin Ba's user avatar
  • 39.4k
0 votes
1 answer
360 views

I would like to add a file (readme.md) to a Bitbucket Server git repository when it is created. I am looking for suggestions on the best way to do this as well as any example code on how to ...
Jay's user avatar
  • 29
1 vote
2 answers
1k views

I'm using Jenkins 2.209 with Bitbucket server 7.12.0 latly we changed to a multibranch pipeline I've notice that when a PR is approved and merged into main all the other open PR's that targeting main ...
Eldar's user avatar
  • 75
1 vote
1 answer
367 views

we are using Bitbucket server as remote git server (running in our own datacenter). We went through a merge process via the bitbucket web interface. After the merge the branch is not visible in the ...
vrms's user avatar
  • 275
0 votes
2 answers
1k views

I already imported some projects in gitlab-ee with Bitbucket Server import. We are still using Bitbucket as source control and after a month I must updated imported Projects in Gitlab. How do i do ...
mohammadt's user avatar
1 vote
1 answer
869 views

I'm running an sh script and as part of it is using yarn to pull Angular,js packages: rm -f yarn.lock rm -rf node_modules rm -rf web/statecharts rm -rf release rm -f fusion-*.deb rm -f ...
Jose Raul Perera's user avatar
0 votes
1 answer
2k views

So, someone pushed a large file to a repo in our Bitbucket (we use Bitbucket Server, so it's hosted by us). We have deleted the file but want to get rid in history too as the repo is now quite large ...
Adam's user avatar
  • 6,812
1 vote
1 answer
314 views

I have the following initial situation: I have a Docker container running Jenkins 2.379 This Jenkins has the Bitbucket Server Integration and the Bitbucket Branch Sourch Plugin installed The ...
Theoran's user avatar
  • 111
1 vote
0 answers
87 views

I've setup Bitbucket webhook to triger Jenkins job by using bitbucket-push-and-pull-request plugin and work as I need. I had to rename the repository in BitBucket settings, then change the url in the ...
airdata's user avatar
  • 661
0 votes
1 answer
1k views

I have 1 common project including both frontend and backend, sometimes backend sometimes frontend is getting new commits but my pipeline yml is working for both of them and deploying both to server ...
abidinberkay's user avatar
  • 2,055
1 vote
1 answer
4k views

On the icon bar of Atlassian SourceTree the Remote-globe icon shows a red exclamation point badge indicating an error. When clicked, a pop up message appears saying "Unable to open your web ...
Rod Dewell's user avatar
  • 1,368
3 votes
0 answers
644 views

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 ...
Gestalt's user avatar
  • 187
1 vote
1 answer
726 views

I am new to groovy and bitbucket server script runner and currently do not have admin access to our server. I am attempting to write a simple MergeCheck for bitbucket server that will call to an ...
piper2200s's user avatar
1 vote
1 answer
533 views

I have created a repository hook on Bitbucket that automatically creates a pull request from one branch to another (and merge it) when some specific conditions are fulfilled. I would like to detect ...
tigrou's user avatar
  • 4,596
0 votes
1 answer
356 views

We are using bitbucket-push-and-pull-request plugin in order to build our project. The pipeline is set to checkout the source repo when webhook is triggered and everything works fine, when PR's coming ...
airdata's user avatar
  • 661
0 votes
0 answers
68 views

I was trying to clone bitbucket repo but I get very weird error saying error: RPC failed; curl 18 transfer closed with outstanding read data remaining I tried to clone with --depth 1 but no luck, also ...
Rohit W's user avatar
  • 45
0 votes
1 answer
2k views

I have crafted a curl which looks something like this. It successfully creates a webhook in BitBucket Server, however, it does not set the 'secret' value, and because of this when the webhook is ...
Asher's user avatar
  • 367
1 vote
1 answer
318 views

I have git branch where a developer did cherry pick for one commit. After he pushed the commit, how can I know from bitbucket GUI (Pull request) if this commit came from cherry pick (as I expected) or ...
arielma's user avatar
  • 1,428
1 vote
1 answer
746 views

We run a Bitbucket Server on version 7.21 and have recently developed a Plugin for it. Since this plugin finally reached a stable Version we wanted to integrate it into our cd/ci pipeline (bamboo). We ...
Soeren's user avatar
  • 15
1 vote
0 answers
180 views

I am not able to figure out how to automatically triggers Jenkins job when there is a Git tag push to Bitbucket server using multibranch pipeline. I can manually trigger it but automatic trigger isn't ...
Tolulope Olorunfemi's user avatar
1 vote
0 answers
2k views

Our team is trying to setup a repository to share all the API tests. We decided to host the repository ourself with Bitbucket Server, but end up with an error while using the Git Sync function in ...
MHV's user avatar
  • 13
1 vote
0 answers
300 views

This is the error while im trying to trigger webhook from bitbucket for jenkins that was placed in AWS :- Unable to connect to the URL specified within the timeout, please check the host and port are ...
Sri Ganesh Sharma's user avatar
0 votes
1 answer
643 views

I want to create a tag for a specific branch, but I have the following error: {"errors":[{"context":null,"message":"Can not instantiate value of type [map type; ...
Vladut's user avatar
  • 657
0 votes
2 answers
2k views

We are trying to improve our merge process by protecting specific branches from merge of any unapproved pull request. The developer create a pull request and he/she can´t merge it until it is at least ...
Ahmed's user avatar
  • 160
-1 votes
1 answer
94 views

I'm trying to make a commit to a file, create a new branch in a bitbucket repository in my python script, how can I do that?
Rahman The Man's user avatar
2 votes
1 answer
2k views

I am trying to install an R package from a private git repository hosted on my employer's internal Bitbucket server. I have had success using remotes::install_git() for other projects on public ...
geetlord's user avatar
1 vote
0 answers
351 views

My developer team is working on a big branch that aims to be merged into the develop branch in the future. This big branch acts like a mini develop branch, so we practice the use of pull requests to ...
Li JY's user avatar
  • 73
0 votes
0 answers
230 views

This question is about Bitbucket server (where I have admin) and not the cloud offering. I have mistakenly pushed a branch to the wrong project and merged it to an integration branch with a pull ...
opticyclic's user avatar
  • 8,232

1
2 3 4 5
17