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
1
vote
1 answer

Running Robot Framework UI tests in Bamboo

I would just like to ask if it's possible to run UI tests in Bamboo Integration? I mean, can Bamboo open a browser instance(headful)? I am using Robot Framework with Selenium2Library. Uploaded it to Stash repository. So I was wondering if it's…
tic
  • 83
  • 1
  • 9
1
vote
1 answer

restrict git command on git client

I would like to check if there is way to restrict git clone of a repo for users and sametime repo files should be viewed from STASH itself so that the user don't get the repo files physically downloaded into local machine.
Ram
  • 11
  • 1
1
vote
2 answers

Can I setup Branching Model in Atlassian Stash with REST API?

I'm writing a script to setup a training environment on git and Atlassian Stash (aka Bitbucket Server) using the REST API. I'm creating projects and repositories, populating the repositories... I'd like to configure the 'Branching Model' for my…
elbeho
  • 71
  • 5
1
vote
2 answers

Bitrise and bitbucket server

Does bitrise support integration with bitbucket server? If so can you please point to instructions on how to setup the hook? I tried to use this hook but got no luck. Also can I connect user account in bitrise to bitbucket?
Stas
  • 41
  • 4
1
vote
1 answer

Bitbucket server webhook to jenkins not posting after upgrade from stash

We recently upgraded from Atlassian Stash 2.x to Atlassian Bitbucket Server 4.6.1. A lot of the post-commit hooks simply didn't work anymore because their plugins hadn't been updated, but one, the Bitbucket Server Webhook for Jenkins isn't firing…
jonnybot
  • 2,435
  • 1
  • 32
  • 56
1
vote
1 answer

Delete-repository-hook for git repositories in Bitbucket Server

Does Bitbucket Server provide any routine like a delete-repository-hook or maybe it's possible to write an an addon which supplies such a hook?
Andreas Linden
  • 12,489
  • 7
  • 51
  • 67
1
vote
2 answers

Pull request using Stash rest api

I am trying to create pull request using rest API. I went through the documentaion . I am doing a post request as mentioned in the doc with below json { "title": "blah blah", "description": "blah blah", "state": "OPEN", "open": true, …
Nik k
  • 11
  • 1
  • 3
1
vote
1 answer

Bitbucket Server DIY Backup deleting database directory

I have a local copy of Bitbucket Server on my machine and i'm running tests before putting it on a server. I'm trying to use the Bitbucket DIY Backup but every time I run the backup it completely deletes the directory the database should be backed…
Sam Roberts
  • 245
  • 2
  • 13
1
vote
1 answer

How to get git user name who did force push

Recently one of my team mate has done force push in git (remote repo on stash) and we lost most of our old commit history and I surprised to know we couldn't identify who did it. I have googled it but couldn't get any satisfactory answer. Anyone…
Jimit Joshi
  • 435
  • 1
  • 4
  • 10
1
vote
1 answer

bitbucket commits on master branch cannot be found

Recently, we've had to use bitbucket for a new project, so I'm not familiar with its interface. A strange thing we've come across is that the latest commit in master branch seems to be 3 months ago when under the commits section of bitbucket and…
jkonst
  • 433
  • 6
  • 20
1
vote
0 answers

SonarQube 5.3 stash plugin for pull requests

I would like to create my own plugin which will be placing comments into STASH pull request based on sonar runner analyses isses. Plugin will be writen in Java. As example i can provide this plugin : https://github.com/AmadeusITGroup/sonar-stash.…
Mato.Duris
  • 253
  • 1
  • 4
  • 15
1
vote
1 answer

Bitbucket Server Installation Error

I'm attempting to install Bitbucket server on my linux server. I'm following the steps here. I'm stuck at step 3. I've installed Bitbucket server, and now when trying to "Setup Bitbucket Server" I'm not able to access it from my browser. I've done…
Abdullah Rasheed
  • 3,562
  • 4
  • 33
  • 51
1
vote
0 answers

How can I see the previous position of a remote branch (a-la reflog)?

The tip of a remote branch was moved to a commit with a completely different story than the previous one, creating all sorts of issues when pulling changes from the branch. Is it there a way to find out what caused this? Nobody on the team…
1
vote
1 answer

Deny public access to group in STASH/Bitbucket Server

In Stash/BitBucket Server, is it possible to, by default, deny access to all repos for a specific group/user? We would then grant access to one or two repos to this person or group based on login status/permission assignment.. Our internal…
1
vote
1 answer

teamcity check out multiple projects with in a repository

We have multiple projects [in different folders] with in a stash repository and we want to checkout only one project [if there are changes] at a time. is this configuration possible through VCS settings? below is an overview MAIN-STASH-REPOSITORY --…
mahesh
  • 109
  • 1
  • 9