bitbucket-server Questions

5

I am trying to see if I can enforce a questionnaire in Bitbucket before reviewers approve a Pull-request. Sample questions that I would like to use are.. If the changes made are to a global repos...
Acropetal asked 17/7, 2016 at 14:22

2

Solved

I'm working on a project, so I pushed a feature branch to the remote repository(using Atlassian bitbucket) and opened a pull request. But on one file, the bitbucket diplay a "MOVED" statu...
Sungsungari asked 26/9, 2016 at 12:59

7

Solved

Since bitbucket no longer supported the use of username. We must instead use User uuid for accessing the bitbucket api's. Depreciated or Earlier https://api.bitbucket.com/2.0/users/udayRatan ...
Numeration asked 31/12, 2018 at 5:33

6

We are seeing duplicate builds triggered on Jenkins multibranch pipeline projects. Builds are normally triggered using push notifications from Bitbucket using this plugin: https://marketplace.atlas...
Meander asked 16/11, 2016 at 13:45

1

Solved

We updated our Bitbucket Server from 7.21.X to 8.9.10 and the underlying Git from 2.23 to 2.39. Since then the Custom Merge Driver isn't started anymore. I couldn't find anything in the Release Not...
Om asked 16/2 at 10:58

20

Attempting to pull from my Stash project, using the following commands: $ git remote add origin https://[email protected]/scm/~username/project.git $ git pull origin develop I'm prompted fo...
Monomania asked 17/6, 2015 at 23:44

2

We have Bitbucket Cloud not Bitbucket Server. Is there a way to modify the "pre-receive" functions on Bitbucket? Goal is to audit pushes to make sure there's no obvious vulnerabilities before the c...
Michelmichelangelo asked 13/5, 2019 at 4:33

3

I am trying to clone a bitbucket server repo (self-hosted) using access-token however I could not find any documentation on Bitbucket server API. My clone url is ssh based. Or is there a way to us...
Thermo asked 25/6, 2019 at 18:53

3

Solved

I'm fairly new to using Git, but I do understand the bare basics. However, I have yet to encounter a situation where I have Push/Pull conflicts...until now. Also, I should point out that the GUI ...
Onitaonlooker asked 18/11, 2015 at 0:39

3

Solved

I am using the following steps to duplicate all branches to the new-repository. git clone --bare https://github.com/exampleuser/old-repository.git # Make a bare clone of the repository cd old-re...
Yetty asked 15/3, 2018 at 2:20

6

We have a application account in my server for which we have generated a ssh-key. We need to upload the application account public key to all the repositories in my bit-bucket project. There are so...

7

When i tries to log in to Bitbucket (web-based version controller) on Chrome (google chrome web browser), i consistently get, Oops, you've made a malformed request. If you came here from a lin...

2

I don't understand how to generate the secret that is used for the Bitbucket Server REST API using the client credential grant type. For example: $ curl -X POST -u "client_id:secret" https://examp...
Bromide asked 1/4, 2016 at 21:38

7

Solved

I need to extract the list of all repos under all projects in Bitbucket. Is there a REST API for the same? I couldn't find one. I have both on-premise and cloud Bitbucket.
Ep asked 18/3, 2016 at 16:55

3

Solved

With github we can use URLs of the form www.github.com/username/repo/filename.c#L20-L45 Note the #L20-L45 at the end which highlights the 20th to 45th lines of code when the page loads in the br...
Viradis asked 15/1, 2020 at 0:1

2

Seems like a basic issue but couldnt find any answers so far .. When using ADD / COPY in Dockerfile and running the image on linux, the default file permission of the file copied in the image is ...
Lennalennard asked 12/6, 2019 at 9:12

4

Solved

We have a dev branch and a release branch. Dev branch is where all the developers check-in the code. All builds are taken from the release branch. We're using Stash (Atlassian's Enteprise Git) and ...
Gath asked 20/11, 2013 at 6:6

1

Is it possible to get commits on Bitbucket by datetime filter using their REST API v1.0 ? I read the entire documentation of the Bitbucket API, but I couldn't find anything related. I'm asking perh...
Tribade asked 7/7, 2021 at 10:43

4

I have a git repository in bitbucket, is there any way to create a pull request using IntelliJ IDEA instead of doing it through web? I found that this can be done from within IntelliJ for a github...
Suppository asked 13/10, 2016 at 5:13

5

Solved

We have installed Jenkins v2.7.3 and Bitbucket Server v4.9.1 on premise and would like to send build status as notifications from Jenkins to Bitbucket Server. So far I have only found solutions (...
Cardiac asked 9/9, 2016 at 21:47

2

Solved

I am able to get raw file content using the Bitbucket REST API, as https://api.bitbucket.org/1.0/repositories/AccountName/Repo_Slug/raw/master/MyFolder/MyFile.cs, Is there a equivalent to get i...
Centralize asked 28/12, 2012 at 0:14

6

Solved

I have an error when I try to push anything to my bitbucket repository via Git extension for visual studio: Error encountered while pushing branch to the remote repository: Git failed with a fatal...

3

Solved

Pull requests seem to be the common way to do code review with Git. However, it is not clear whether this term means the same when using the built-in git request-pull, or a different tool. Are pul...
Hanukkah asked 29/11, 2013 at 16:5

3

Solved

I'm on a git branch. Is there a way to see, whether there is a pull-request for this branch? In this particular case, Atlassian-Stash is used to manage pull requests. Of course I can use the web i...
Justino asked 15/7, 2015 at 9:10

1

I am using Git, Eclipse and Bitbucket. I am able to commit and push using command line. When I try to push any file from Eclipse I will get error as: ssh://<giturl>.git: No more authenticati...
Calica asked 13/5, 2019 at 12:25

© 2022 - 2024 — McMap. All rights reserved.