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

Recover a deleted (unmerged) branch from a remote Atlassian Stash server

I would like to try to recover a deleted branch from a remote Atlassian Stash server. I will explain the steps that I did, which brought me to this situation: I initially created a new branch (using the command line) on my local computer (my local…
user3441604
  • 582
  • 7
  • 23
0
votes
1 answer

JENKINS : Is there a Jenkins Variable to get user name who did last commit in stash

I got a task to run jenkins job for every commit in stash. And in email body I need to mentioned the user name who last pushed code in to stash. Is there any Jenkins Variable to get user name who did last commit in stash
0
votes
1 answer

Using JGit to try to access stash repository. Dont know what credentials to provide

I am using JGit to call cloneRepository().setURI().setDirectory().setCredentialsProvider().call(); I am currently using UsernamePasswordCredentialsProvider() to try to provide the information that stash needs but I am getting an error that says…
user3073234
  • 771
  • 5
  • 11
  • 24
0
votes
1 answer

Atlassian Stash and Dploy

I'm having a problem and I just cannot figure it out, been researching for days on end and trying MANY combinations and methods, but cannot seem to figure this one out. I use Atlassian Stash as a self-hosted git cental…
Chris
  • 438
  • 4
  • 17
0
votes
2 answers

Issue Connecting Stash and Jenkins with SSH

Follow the instructions here: http://nerdwin15.com/2013/04/continuous-integration-with-stash-and-jenkins/ I Have jenkins and stash "connected" however, running the builds hangs at Fetching upstream changes from …
Tim
  • 3,576
  • 6
  • 44
  • 58
0
votes
1 answer

Atlassian Stash Git clone error fatal: unable to access 'http://admin@localhost:7990/scm/gmpp/gmpp.git/': The requested URL returned error: 403

Following this link: https://confluence.atlassian.com/display/STASH/Getting+started+with+Git+and+Stash I just installed Atlassian Stash, created a new project and repository, but immediately got this error, any idea how to fix this? git clone…
user3519903
  • 57
  • 1
  • 5
0
votes
0 answers

Java - Get git directory list

We recently changed from svn to git. Now I have to change a zip-generator which needs a directory list. With svn it was very easy but what is the best way in java to get a list of directories in a specific path? I tried with the stash-api but didn't…
0riginal
  • 137
  • 1
  • 11
0
votes
1 answer

Forking using Stash on webserver and adding files from another repository

I am new to git and need some help. My plan: I have debs repository I have docs repository I want fork from debs to www folder Add files from docs repository with modified names and directorys Then I want to merge from debs folder and modified docs…
Marko
  • 1,537
  • 4
  • 22
  • 34
0
votes
1 answer

After cloning a git repo, Xcode says it can't contact the server when I try to update

I created a git branch called bugfix/development and cloned the branch and opened the project in Xcode 5. After making some modifications, I tried to Commit my changes and Xcode said it could't access the repository. When looking at Xcode…
Lynn S
  • 369
  • 4
  • 6
0
votes
1 answer

Atlassian Stash fork doesn't render readme in overview tab

I have: a central repository with default branch being master it's Atlassian-Stash fork, where default branch is cfr a local repository where I added a README.md file. Upon pushing to fork, I can see README on Files tab - it's listed among files…
0
votes
1 answer

gitk equivalent in atlassian stash

I use atlassian's Stash for source control and want to give the release manager a nice graphic view over the source. This is possible using git bash, but I don't want him to perform a pull every time, but to look on Stash and see the brances tree…
Wasafa1
  • 785
  • 2
  • 10
  • 21
0
votes
1 answer

Bundler does not install from stash private repo, but reports that it does

My bundle file doesn't appear to be pulling down a gem from a private repository properly. Inside of my Gemfile, I have: group :internal do gem 'private', git: 'ssh://git@internalserver.org:/gems/private.git' end This runs, and verbose…
Oeste
  • 1,041
  • 2
  • 7
  • 13
0
votes
1 answer

Clone git repository from stash via HTTPS fails

I'm trying to clone a git-repository from my stash-server via git clone https://admin@stash-url/path/to/repository.git Unfortunately this gives me the following error Cloning into 'repository'... error: RPC failed; result=35, HTTP code = 0 fatal:…
Vince
  • 1,517
  • 2
  • 18
  • 43
0
votes
1 answer

How can I copy files from a Stash repository after a Stash merge

I read that there are no post-merge hooks available in Atlassian Stash per this article. My bare Stash repository is outside the document tree and I'd like for it to copy the working directory into a directory in the document root after a merge has…
user2864874
  • 829
  • 1
  • 9
  • 21
0
votes
1 answer

Atlassian stash equivalent git manager (opensource)

I have used Atlassian stash for git repository management. I want to know is there any open-source git manager which could fulfill the following needs: Browsing the code base? Code reviews with pull request ? Thanks ~Sohil
Sohil
  • 51
  • 7