Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
28 views

I am learning CI/CD pipeline I made a custom Bitbucket runner on my local VMware-based VM and i set the socarqube server and scanner both on the VM but still it's not working it says it's not a file ...
Vansh Arora's user avatar
1 vote
1 answer
74 views

I have been using GitHub, where I had an option of setting a branch rule to ensure that the base branch is up-to-date before merging a PR into the destination branch. In Bitbucket, I do not see any ...
Sam's user avatar
  • 179
0 votes
0 answers
163 views

I'm trying to install a private Bitbucket Git repository as a dependency in my project using Bun v1.2.10 on Windows. My package.json dependency: "dependencies": { "@repo/sdk": &...
ferwtqe's user avatar
1 vote
0 answers
95 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
0 votes
0 answers
20 views

facing this issue while migrating from bitbucket to github the repo any suggestions on how to fix Simmilar structure repo migrated succesfully but only one repo is failing
Nagendra S.P's user avatar
0 votes
0 answers
33 views

I have bitbucket repo with seed job that generates multibranch pipeline for PR validation and some amount of pipelineJobs with jobDSL. multibranch pipeline uses groovy file from repo as definition. ...
Andrii Rudyi's user avatar
0 votes
0 answers
105 views

We have a Bitbucket pipeline that runs frequently to do some Cypress tests and normally completes in 2 minutes. However, sometimes it appears to just hang and hit the build timeout (max-time currently ...
matt burns's user avatar
  • 25.6k
0 votes
1 answer
158 views

In bitbucket, for merging PRs we have multiple choises as you can seem from below: Merge Options and I don't think I completely understand the differences between the last 2 options. At the moment I ...
Ricardo Araújo's user avatar
0 votes
1 answer
32 views

I need to get the file from repository via api from bitbucket using the appPassword. I generated the appPassword with read and admin for projects and repository and try to use it in my .net ...
FX_Sektor's user avatar
  • 1,462
-1 votes
2 answers
110 views

Passwords were stored in a commit (in a passwords directory created in this commit) and this directory was deleted only 319 commits later. For this reason, I need to remove 318 commits in a total of ...
Sabrina's user avatar
0 votes
1 answer
91 views

Regarding How to unsquash a commit? I want to do the same - unsquash a commit. For the moment I had the same idea to simply delete the current commit and cherry-pick the squashed commits of it. ...
Steve Murdock's user avatar
0 votes
0 answers
23 views

I have a project repository in bitbucket. I want this repo to be triggered synchronously in azure devops pipeline, that is, when I make a change and commit it to bitbucket, azure devops will detect ...
Taha Furkan Ünsal's user avatar
0 votes
0 answers
125 views

I'm setting up nifi 2.3.0 with GitHubRegistryClient to by-pass the nifi registry component. When configuring GitHubRegistryClient: I used the bitbucket repo https clone url I created PAT(Personal ...
Jin Ma's user avatar
  • 253
0 votes
0 answers
25 views

This is the definition from my Bitbucket YML file - step: &check_code_quality name: Run Quality Check script: - echo $BITBUCKET_COMMIT - git fetch origin --no-tags --depth=100 &...
Avi's user avatar
  • 65
0 votes
4 answers
105 views

I am trying to figure out a way that after my local development branch has been pushed up to GitHub, or BitBucket, or whichever VCS, and a pull request has been approved, when that branch is merged ...
Lushmoney's user avatar
  • 530
-1 votes
1 answer
36 views

My company uses bitbucket data center but we are using our own issue tracker. We would like to convert text like bug#14 and feature#534 which appears in commit messages into links which leads to our ...
Victor's user avatar
  • 636
0 votes
1 answer
65 views

I have a problem with adding resources. Code is stored on BitBucket, authoritation through service connection. resources: repositories: - repository: componentsPR type: bitbucket ...
Ann's user avatar
  • 23
4 votes
1 answer
365 views

I have multiple repositories in Bitbucket that need to use the same bitbucket-pipelines.yml (which contain the import of an exported bitbucket-pipelines.yml file). Instead of manually updating this ...
ziad-saade's user avatar
0 votes
0 answers
51 views

We are trying to use our BitBucket Cloud Pipelines to move code between Salesforce instances and I know that the YAML pipeline script has to install the sf cli but I don't know how to do that. I have ...
Finnster's user avatar
  • 107
0 votes
0 answers
61 views

I have a repository on bitbucket which initiates a build to run on every change I make to the bitbucket UI like adding reviews, changing description etc. I want the build pipeline to only run when I ...
Tanu's user avatar
  • 1,712
1 vote
1 answer
70 views

I'm experimenting with CNCF Buildpacks' pack tool to generate container images in BitBucket pipelines but I'm getting the following error: ERROR: failed to build: failed to create 'creator' container: ...
Cody's user avatar
  • 11
1 vote
0 answers
112 views

I am using Bitbucket Data Center version 9.4. My Bitbucket Data Center is directly integrated with my Jira. Currently, I want to configure it so that when a pull request is created, Bitbucket checks ...
Petro Kostiuk's user avatar
0 votes
1 answer
150 views

For some reason, my pipeline stopped working while I was trying to deploy my static web app on Azure. pipelines: branches: main: - step: name: Deploy to test deployment: test ...
leandro.starke's user avatar
3 votes
2 answers
309 views

I'm trying to set up an automatic deployment when a pull request is merged into the main branch using Bitbucket webhooks. However, I'm facing an issue with validating the webhook signature using the ...
Gustavo Soares's user avatar
0 votes
0 answers
60 views

I am using TeamCity (version 2024.07.3 - self-hosted) along with Bitbucket (version 8.19.4 - self-hosted). I would like to configure my TeamCity CI pipeline to trigger automatically whenever a pull ...
Ali's user avatar
  • 480

1
2 3 4 5
170