Top "Bitbucket-server" questions

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

How can i use Jenkins with Atlassian Stash?

I've just setup Jenkins and i have some Repositories in my Stash. I installed the "Git plugin" in jenkins. I …

jenkins jenkins-plugins bitbucket-server
How to extract the list of all repositories in Stash or Bitbucket?

I need to extract the list of all repos under all projects in Bitbucket. Is there a REST API for …

rest repository bitbucket bitbucket-server
BitBucket - Create repository and sub modules

I am using bitbucket web interface and have created a new project "Test_Project". In this project, I am able …

git bitbucket git-add bitbucket-server
How to create a database with UTF-8 collation in PostgreSQL on Windows?

I'm configuring PostgreSQL db for the Bitbucket Server on Windows. In the official guide it says that: The database must …

sql windows postgresql utf-8 bitbucket-server
What's the difference between a Pull Request and a branch?

In the context of GitHub and Atlassian Stash, there is a common feature to do a Pull Request. What's the …

git github git-branch pull-request bitbucket-server
Maven Release-plugin "tag already exists" for nonexistant tag

My setup: git-repository on an Atlassian Stash-server and Atlassian Bamboo. I'm using Maven 3.1.1 with the release-plugin 2.3.2. The plan in Bamboo …

git maven bamboo bitbucket-server svn2git
cloning git-repository from stash via ssh

I've got a git-repository running on a stash-server. Cloning the repository via http works fine git clone http://user@server:7990/…

git ssh bitbucket-server
Notify build status from Jenkins to Bitbucket Server

We have installed Jenkins v2.7.3 and Bitbucket Server v4.9.1 on premise and would like to send build status as notifications …

jenkins bitbucket-server bcbsn
git clone gets hung and gets timedout

I use Bitbucket(git) server and currently the git clone is randomly getting hung. The same repo sometimes gets cloned …

git jenkins git-clone bitbucket-server
Get raw file content using Stash Rest API

I am able to get raw file content using the Bitbucket REST API, as https://api.bitbucket.org/1.0/repositories/AccountName/…

bitbucket-server bitbucket-api