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

Install Atlassian Stash on Openshift

Is it possible to install Atlassian Stash on Openshift? I suppose I should start from the DIY cartridge, but I have no idea on how to set up everything git-related or if it is possible to use Openshift for non-HTTP protocols.
frapontillo
  • 10,499
  • 11
  • 43
  • 54
0
votes
1 answer

Git - GitHub account and Atlassian Stash account on a PC

There are a lot of Questions on here and the web about Multiple "GitHub" accounts... But I have an issue where I need to use two Git solutions; I need to be working on a GitHub account, already setup and working. We are migrating across to…
Will Hancock
  • 1,240
  • 4
  • 18
  • 27
0
votes
1 answer

Active Directory integration with Jira, Stash and Bamboo

I wanna use Microsoft AD for my users to authenticate in the Atlassian products. What is the best way? Option 1: Jira -> AD Stash -> AD Bamboo -> AD Can I centralize the access to AD? Something like this below, is it possible? Option 2: Jira ->…
japoneizo
  • 508
  • 1
  • 5
  • 15
-1
votes
0 answers

Jenkins Bitbucket Conjur Secret Credentials getting An internal error occurred during form field validation (HTTP 500)

I was integrated Bitbucker Server plugin in Jenkins , then after selected Pipeline SCM Bitbucket instance repository project name and repository name empty throwing error like "An internal error occurred during form field validation (HTTP 500).…
-1
votes
1 answer

Export the list of commits which are there in one branch but not there in another branch with commit owner bitbucket

we needs to Export the list of commits which are there in one branch(branch1) but not there in another branch(branch2) with committer id in bitbucket. So Please let me know if any such kind of option available in Bitbucket *
Naidu5
  • 17
  • 2
  • 8
-1
votes
1 answer

How to issue Git commands from a script?

I'm trying to make a commit to a file, create a new branch in a bitbucket repository in my python script, how can I do that?
rahman
  • 9
  • 1
  • 2
-1
votes
1 answer

'origin/develop' does not appear to be a git repository. Could not read from remote repository

New to git. I cloned a repo to local, create a branch on the local, changed and add some files, committed the change, and try to pushed it back to the remote using the following sequence of commands and got errors. Could someone point out what the…
techie11
  • 1,243
  • 15
  • 30
-1
votes
1 answer

Getting an fatal error while loading bitbucket server

I am getting an below attached error when i load my bitbucket server. It was working fine till yesterday. Could someone please help me to resolve this issue.
Naveen NK
  • 43
  • 1
  • 8
-1
votes
1 answer

List Bitbucket accounts with failed login attempts / count using API

Is it possible to get a list with users from our Bitbucket server that has information about failed login attempts? Can I use the API? Query the database? Code snippets?
onknows
  • 6,151
  • 12
  • 65
  • 109
-1
votes
1 answer

If one job failed in bamboo it does not fail the build

I tried to execute two Power-shell script. 1st one is incorrect and 2nd one is correct but bamboo shows Successful build.
-1
votes
2 answers

Bitbucket external hook, how do I reconstruct the folder structure of the git repo?

I have written a python check which looks in a folder for (salt state) sls files, and checks for duplicates as they cause a weird error if you don't catch them. The script works fine if I run it in my local git repo, but I want to run it as an…
Rumbles
  • 1,367
  • 3
  • 16
  • 40
-1
votes
1 answer

Integrate Git commit history into my site

I have to integrate GIT commit history with links into my site like if user click on that link automatically go to that commit on stash. So i don,t have any idea about , If you have any idea about any API or any helping link for me please…
hu7sy
  • 983
  • 1
  • 13
  • 47
-1
votes
1 answer

Who knows, how to configure bitbucket server, that was similar to bitbucket.org

Who knows, how to configure bitbucket server, that was similar to bitbucket.org Once installed on the bitbucket server (the latest version), is different next: Different repository creation window (bitbucket.org have advanced settings, and have…
Maxim Tkach
  • 1,607
  • 12
  • 23
-1
votes
2 answers

"God mode" in Atlassian STASH

maybe who knows how I can merge pull request without approve. We use plugins "Approve Check Repository Hook" on Stash. For everybody need 2 approve, but for TeamLead needed some "God mode", when he can merge all pull request without approve. Thank…
-1
votes
1 answer

Stash out of memory

I set the max-memory to 2 gigabytes in the setenv.bat file but it still runs out of memory at about 800MB of java allocated memory. Is this normal? Running on Windows Server 2012.
Brovoker
  • 896
  • 5
  • 16
1 2 3
54
55