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
2 answers

Get git commit info by dates with stash rest api

Is there a way to get git commits info by dates with stash rest API? I have searched developer documentation, and learned that you could get commits info with commit id and so on, but not with…
Yashon Lin
  • 1,845
  • 2
  • 13
  • 10
0
votes
0 answers

Compare branches by content rather than commit hash using Git

Can I compare branches by content rather than commits using Git? I almost see that I can't. Why? Explanation: I have branch A which I merged with B , but then later in history I reverted that merge in A.(That revert wasn't actually a revert, but…
kuskmen
  • 3,648
  • 4
  • 27
  • 54
0
votes
1 answer

Is there a way to push my list of remotes?

We have a repository at work which needs to be pushed to two different remotes. There's one remote on our primary network (which we all use for daily internet access, local networking, etc.) and another remote on a different, separate network. In…
0
votes
1 answer

Bitbucket code changes are not shown properly?

I am facing issue with code format in bitbucket. After done with few lines of code changes in eclipse and committing my changes using git repo viewer. But, my code changes are not displayed properly in bitbucket repo page. Please see the attached…
Girish
  • 136
  • 1
  • 12
0
votes
1 answer

Is it possible to retrieve raw files from atlassian stash without? Raw parameter? (e.g. with additional subdomain?)

I have several repositories with RAML, Swagger, and json-schemas hosted in corporate bitbucket (on-prem deployed, previously called Atlassian Stash). These files have relative references to other files. I need to load these hosted files from web…
avasin
  • 9,186
  • 18
  • 80
  • 127
0
votes
2 answers

Is there a way to inform users about a change in Stash repository?

I would like to know if it is possible to send an e-mail notification to certain users when there is a modification to a particular directory within a repository in Stash. I know it is possible to write a shell script within Jenkins project to do…
Müller
  • 973
  • 6
  • 19
  • 38
0
votes
4 answers

Atlasstian/Stash Git API - Getting names of files modified between commit

I'm trying to create a nightly process that will create a list of files changed between the last commit of the previous day and the current HEAD of a branch. I've been looking at the Stash API, which can be found…
0
votes
1 answer

Ignoring a Commit during delivery from one Repository to another

We have two different repository for development and Release activities. For example group of developers will commit their code changes in development repository and these commits will be delivered to Release repository. We are using Stash-GIT to…
Dinesh
  • 189
  • 1
  • 7
0
votes
1 answer

How to rename git branch name using Eclipse

I created a remote branch called origin/feature-BRANCH-NAME from origin/master and i accidentally typed a wrong branch name and I want to rename it using Eclipse. How can I do that?
Mistire T
  • 13
  • 1
  • 5
0
votes
1 answer

Jenkins to Stash Notifier Plugin error despite correct credentials

I have set up a post build action on Jenkins to notify Stash about the result of the builds. However, I get an error which says: Failed to notify Stash for commit ({"errors":[{"context":null,"message":"CAPTCHA required. Your Stash account has…
Müller
  • 973
  • 6
  • 19
  • 38
0
votes
1 answer

Is there a simple link from Crucible to the source code on Bitbucket?

I am using Crucible 4.0.3 and FishEye 4.0.3 to manage code review. The code is stored in Bitbucket (Stash) 4.0.3. Is there a simple link from the review page in Crucible that goes straight to the source code in Bitbucket? My instance of Crucible…
Freda K
  • 444
  • 1
  • 6
  • 14
0
votes
0 answers

How to clone only one project instead of cloning a directory in bitbucket?

Clone only one project not branch in bitbucket. How can i do that using git commands in bitbucket repository?
deva
  • 31
  • 1
  • 6
0
votes
1 answer

Stash Pull Request Builder plugin for Jenkins custom variables in comments

I have the Stash pull request builder plugin working great in Jenkins, it see's a pull request and kicks off the Jenkins job which runs some tests and puts a generic comment on the pull request saying pass or fail. The problem I'm having is when the…
exodus
  • 3
  • 2
0
votes
1 answer

HTTPS on Bitbucket server server certificate verification failed when git clone

when I try to clone on bitbcuket server only have the HTTP Option and on my server.xml I configured the ssl: server.xml :
0
votes
1 answer

How can I authenticate with atlassian bitbucket API?

I am trying to see some example of how to connect to atlassian bitbucket (used to be STASH) API and I don't see any examples of how does one authenticate to start retrieving data like, projects, repos etc.
David
  • 1,469
  • 5
  • 33
  • 51