Questions tagged [bitbucket-server]
Bitbucket-server is the self-hosted version of bitbucket. The opposite is bitbucket-cloud.
4 questions
2 votes
1 answer
674 views
Bitbucket REST API to set 'Branch deletion on merge'
I know that 'Branch deletion on merge' can be set at both project and repo level via UI. What I am looking for the the REST API endpoint for doing this. Similar endpoints for branching model, etc. ...
0 votes
0 answers
362 views
Link Azure DevOps board with Bitbucket Server (On-Premise)
We are using Azure DevOps Board and like to link it with Bitbucket On-premise Server to see commits and pull requests to work board items (cards), and also create feature branches on Bitbucket repo ...
0 votes
1 answer
243 views
Automated docker builds with private bitbucket server
I was looking to setup automated docker builds when a push is made to our bitbucket server. The only issue is that our Bitbucket is not cloud based, its an on premise private server. Is there a way to ...
12 votes
5 answers
4k views
What are reasons for not not using Bitbucket-server for storing artifacts?
I'm working with a company setting up a brand new project, and we're talking about what tools to use for what. I was talking about Artifactory or Nexus for storing built artifacts (APKs in this case), ...