Questions tagged [bitbucket-server]

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams"

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams". It provides many features comparable to GitHub and Bitbucket.

Including:

  • Creating git repos
  • Managing access by individuals and groups
  • Linking JIRA issues to commits
  • Creating and managing pull requests
819 questions
0
votes
0 answers

Unable to apply a tag to branch from Bitbucket pipeline

I have a self hosted runner running on Windows. I have a step in my pipeline to create a label and tag the current branch with that label. I looked at long thread in this community that it should work. But it is not working. The step is below: -…
videoguy
  • 1,732
  • 2
  • 24
  • 49
0
votes
0 answers

Unable to connect Google Cloud Build with Bitbucket Server

I have been trying to setup my Google Cloud Build with a Bitbucket Server that is running in a Compute Engine instance. In other words, they are inside of the same VPC, if I understood it correctly. I have created all the needed information, like…
0
votes
1 answer

when user using Atlassian account password for basic authentication to connect to bitbucket cloud

If you are using the HTTPS protocol for Git operations And when user cloning any repo so basically showing this are the error show => : Cloning into 'demorepo'… Password for 'https://rmakwanakrishnainfotechsoftware@bitbucket.org':…
0
votes
1 answer

Is it possible to add reviewers at folder level in bitbucket?

We can have the branch permissions at the Project level or at the repo level, requirement is - is there a way can we have the branch permissions at the folder level. When developers raise a PR for code change, as per branch permission we have…
0
votes
1 answer

SSH authentication failed bitbucket server

I am trying to connect to bitbucket server via ssh. And i get Host key verification failed. I sued this guide https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/ and added my public key to the server and every thing seems to be…
Rud Faden
  • 343
  • 2
  • 17
0
votes
1 answer

Why bitbucket server checks Token, even if its blocked?

we have Atlassian Bitbucket Server. And I'm trying to use its API. Found this: https://docs.atlassian.com/bitbucket-server/rest/7.21.0/bitbucket-rest.html#idp299 Using PHP, i tried: $url =…
ivekov
  • 1
  • 1
0
votes
0 answers

How can I get the size of a Stash repository?

I'm trying to get the size of a Stash repository via the REST API. So far I tried python -c "import requests; print(requests.get('https:///rest/api/1.0/projects//repos/', headers={'Authorization': 'Basic ',…
0
votes
1 answer

NoSuchPathException in the bitbucket github api

We are using Bitbucket github and I am using their API to update an file like below https://docs.atlassian.com/bitbucket-server/rest/5.7.0/bitbucket-rest.html#idm45568365784624 In case of updating the README.md, it works as expected curl -X PUT -u…
0
votes
1 answer

How to authenticate to Bitbucket with atlassian-python-api?

I'm using the module https://github.com/atlassian-api/atlassian-python-api to work on Bitbucket server with python. In their doc, they show a simple way to authenticate: from atlassian import Bitbucket bitbucket = Bitbucket( …
0
votes
1 answer

How to add approval workflow on Atlassian Bamboo Plan?

I'm deploying a Bamboo plan with 4 different stages. The first stage detects whether trigger arrives from either DEV or PROD environments. If env is DEV, plan can run without problems. If env is PROD, I would need an approval step after first stage…
0
votes
2 answers

Search in bitbucket project for all folders with a particular name

I want to search in a bitbucket project for all folders with the name "flockstructure". I ran the following command in the bitbucket search window-- project:MyProject flockstructure Here MyProject is the name of the project which I want to search…
user496934
  • 3,822
  • 10
  • 45
  • 64
0
votes
1 answer

BitBucket Data Center how to view multiple specific commits in pull request

In a pull request, I can view either a single commit's diff, or the entire pull request's diff. e.g. http://myUrl/projects/myProj/repos/myRepo/pull-requests/4/commits/hashTwo or http://myUrl/projects/myProj/repos/myRepo/pull-requests/4/diff From…
Sarov
  • 545
  • 6
  • 17
0
votes
0 answers

trigger pipeline for specific file changes

I am trying to build a CI/CD pipeline such that it only runs when new changes are pushed to specific files in a branch. More specifically if changes are pushed to either terraform/modules or terraform/environments/dev. How can I include 2…
x89
  • 2,798
  • 5
  • 46
  • 110
0
votes
1 answer

Bitbucket Server API, Removing user from Group

Good Day All, I am attempting to remove a user from a group on my Bitbucket Server(v7.1.1) using the RestAPI via curl. I'm following the doc here(https://docs.atlassian.com/bitbucket-server/rest/7.6.0/bitbucket-rest.html#idp36) Here is the curl…
Matt Kimball
  • 121
  • 2
  • 13
0
votes
1 answer

Cannot ping bitbucket.org?

I suddenly cannot push to bitbucket server and reach bitbucket.org it just says This site can’t be reached. I tried pinging it and the ping could not find host bitbucket.org. Tried the following: DNS Flush Clear chrome cache (But I don't think this…
sabunan
  • 537
  • 1
  • 5
  • 11