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

Migrating source code from PVCS to Bitbucket

I am trying to migrate the project source code with revision history from PVCS to Bitbucket. I have searched a lot & cannot find the proper resolution for this. Is there any tools available for this?
watraplion
  • 287
  • 4
  • 17
0
votes
1 answer

Rate limit for this resource has been exceeded

I was trying to log into BitBucket. I kept getting this error Rate limit for this resource has been exceeded Is BitBucket require us to login via a different URL ? Any hints on this ?
code-8
  • 54,650
  • 106
  • 352
  • 604
0
votes
2 answers

Git - creating snapshots of parameter updates

I am currently new to Git, and have a very basic working knowledge on Git. I see the potential of using this, but currently unsure on the path to take for my query below. Background: I have a source code/master code which remains relatively…
Seb_aj
  • 435
  • 6
  • 14
0
votes
0 answers

mutableGroups and mutableDetails in Stash

What are mutableGroups and mutableDetials in Stash or Bitbucket used for?
Alla Sasikanth
  • 541
  • 3
  • 7
  • 22
0
votes
1 answer

How to ensure 1 merge commit for BitBucket pull request No-FF strategy on restricted branch?

I'd like to always have a no fast-forward effect on the base branch (creates merge commit always). Based on the following Bitbucket settings used by my team it appears sometimes 2 merge commits will need to be created in order for…
0
votes
1 answer

How can I clone my BitBucket repository to my web host using FTP?

I'm using GoDaddy and AWS I want to clone my BitBucket (2 accounts, one on each) repo to these hosts. How can I do that? I have FTP credentials for both.
0
votes
1 answer

Bitbucket - How to enforce that merges are done first to Develop branch and then to Master branch?

Gitflow workflow states that Hotfix branches will be merged to both Develop and Master branches. Since engineers forgot more than once to merge their hotfix to Develop, I want to mandate that the merge to develop is done first. How can I configure…
0
votes
1 answer

Add custom link to pullrequest page in Bitbucket

I need add static link to all pullrequest pages in Bitbucket. How can I do it?
User
  • 9
  • 4
0
votes
0 answers

Find all artifacts with a common dependency

I'd like to find all of my projects that have one particular dependency, much like Mvnrepository.com "usages" feature. Our projects are all Java with Maven-based builds, and all of our artifacts are published to a local Nexus repository. Most of our…
Daniel C. Sobral
  • 295,120
  • 86
  • 501
  • 681
0
votes
2 answers

Get pull request id from Bitbucket, and pass to bash script in Teamcity

I am looking for a way to grab the pull request ID from the current branch, and pass it to a bash script inside TeamCity. Right now I am passing in the pull request ID manually in the terminal - but I am looking for a way to grab the current pull…
datasmurfen
  • 324
  • 8
  • 25
0
votes
2 answers

Is there any way to get all the pull request based on creation date

Currently I am using the below API to get the pull requests raised for a…
PGS
  • 1,046
  • 2
  • 17
  • 38
0
votes
1 answer

bitbucket api PostRepositoryHook is not invoked on pull request merged

I am using PostRepositoryHook to develop plugin to listen for all the pushes made by developer. During testing I realized that it does work when I test it using command line to run git push command. However it doesn't work when I do PR and merge my…
joy
  • 3,669
  • 7
  • 38
  • 73
0
votes
1 answer

admin bitbucket post hooks plugin for all repositories

I am admin of bitbucket. My team is working to create a company wide automated audit for all the repositories in bitbucket and run some validations on commit or push. To initiate this audit, we want to develop an admin plugin which should keep…
joy
  • 3,669
  • 7
  • 38
  • 73
0
votes
1 answer

Trying to deploy bitbucket in marathon/mesos

I am trying to deploy Bitbucket in maratahon, but the when I scale the application, it is bouncing and spanning into multiple services. I don't know why can you help any one how to handle. marathon_bitbucket.json { "id": "/test/bitbucket", …
0
votes
1 answer

Bitbucket custom column on repository list page

I am trying to write my first plugin for Bitbucket. I followed the tutorial to add a custom column to the branches list. It works great. After, I wanted to add a custom column to the repositories list with e.g. description or number of branches.…
Adam
  • 884
  • 7
  • 29