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

Open source Eclipse plugin for bit bucket

Working in IBM integration bus. We are maintain code in bit bucket repository using source tree. Which eclipse plugin (open Source) we can use to fetch the code from bit bucket code repository ?
0
votes
1 answer

Bitbucket API - read shared repositories

How can I read all repositories for the current logged in user (under current user I understand the user authenticated with the acess_token - we are in API side). The "/repositories" endpoint return us all the public repositories. The…
user3226904
  • 51
  • 1
  • 4
0
votes
1 answer

Atlassian Git API Diff Commits using Git notation

I have successfully been able to "diff" two files using the stash git API, however, each time you have to specify the full hashes of the commits, like so: rest/api/latest/projects/{project}/diff/{path to file}?since={hash}&until={hash} What I would…
Benjamin Slabbert
  • 511
  • 2
  • 9
  • 9
0
votes
0 answers

How to npm install from local bitbucket?

I have a local bitbucket server git.mydomain.com I can access the repository from SourceTree and do clone I can see the repo is: http://hadar.m@git.mydomain.com:7990/scm/st/my-project.git I have another projects I want to add package "my-project"…
Haddar Macdasi
  • 3,477
  • 8
  • 37
  • 59
0
votes
2 answers

Unsupported ClassVersion Error when deploying jira

I am trying to run jira application on my local machine with atlas-run and atlas-debug command. But i have a build failure here. [ERROR] Failed to execute goal com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:6.2.1:run (default-cli) on…
prb_cm
  • 117
  • 1
  • 4
  • 13
0
votes
1 answer

Bitbucket Server "Remote git refs at 'info/refs?service=git-upload-pack' not found"

I am currently trying to create a remote repository on Artifactory with our Bitbucket Server (formerly Stash). The corresponding docs of Artifactory say I have to install the "Stash Archive Plugin". I installed the "Bitbucket Server Archive Plugin".…
choli
  • 312
  • 1
  • 4
  • 14
0
votes
1 answer

repository not building when connected to bitbucker server on drone

Im trying drone 0.5 with bitbucket server, And it seems connected because i can see my repositories. But it keeps saying that it does not have any builds yet. I added the drone.yml to my repo but nothing... am i missing something
Ramonskie
  • 13
  • 1
  • 4
0
votes
1 answer

How to checkout a forked repository from Bit bucket into an existing workspace?

I'm completely new to Git and Bit Bucket and I have the basic understanding of it. I have a developer Virtual machine instance which has all the configurations and workspace (which is local repository) related to my project. I was asked to fork the…
user4671766
0
votes
2 answers

How to use Stash as a Maven remote repository for a Gradle project?

How can I reference a custom remote Maven repository which is hosted on Stash (aka. Bitbucket Server)? Here is what I tried in the root build.gradle: allprojects { repositories { jcenter() maven { // This Stash path…
JJD
  • 50,076
  • 60
  • 203
  • 339
0
votes
1 answer

Self hosted Bitbucket persmission

So, I am evaluating Bitbucket from Atlassian on a self hosted server and I've got this problem, if I don't give access to a repo the logged user can't see the repo, but he can clone it using smartgit for example if he knows the link; probably I am…
user1583007
  • 399
  • 1
  • 5
  • 17
0
votes
0 answers

Logback not logging to a file for an Atlassian Stash Plugin

I have a plugin that I want to log information to an individual file entirely w/o messing with the main log file. Here's the logback.xml in my resources directory for my plugin:
Scott James Walter
  • 427
  • 1
  • 6
  • 20
0
votes
1 answer

PHP exec Vs. apache user shell : Automatic GIT deployments PHP BitBucket Server

I've done some research and I'm attempting to reproduce something similar to JONATHAN NICOL's blog post, "Automated git deployments from Bitbucket". UPDATE TO ISSUE I've enabled logging of the output from the exec() function with the addition of…
user2355051
  • 605
  • 1
  • 8
  • 26
0
votes
1 answer

Starting Bitbucket Server in Ansible

I'm using Vagrant and Ansible to create my Bitbucket Server on Ubuntu 15.10. I have the server setup complete and working but I have to manually run the start-webapp.sh script to start the server each time I reprovision the server. I have the…
Sam Roberts
  • 245
  • 2
  • 13
0
votes
2 answers

how to configure Bitbucket on ubuntu server from scratch?

I am a front-end developer. I am completely clueless as to how to install/configure Bitbucket on server. I totally appreciate it if anyone would offer me some guidance. For example, what tools and knowledge do I need to have to configure it…
Jacob Goh
  • 19,800
  • 5
  • 53
  • 73
0
votes
1 answer

We have used stash and are migrating to Bitbucket. How can we migrate pull request data and review comments from stash to bitbucket?

We have used stash and are migrating to Bitbucket. How can we migrate pull request data and review comments from stash to bitbucket? what is the best way to do this? Anyone has similar experience?
Fay
  • 1
  • 1