python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Where or how to integrate pipeline into pre existing project repository?
We have a product that is several years old. Its Git repository includes branches and/or tags for the version currently under development, the latest release, and previous releases. The latest release...
Ray Depew
Votes: 0
Answers: 0
Bitbucket Permissions - Avoid direct push to specific branch
I want to disable write access or any direct commit on release/* and main/master, the only way for these branches to get update is via merge/pull request coming from feature, hotfix, bugfix, or develo...
Bitwise DEVS
Votes: 0
Answers: 0
How to authenticate to Bitbucket with atlassian-python-api?
I'm using the module https://github.com/atlassian-api/atlassian-python-api to work on Bitbucket server with python.
In their doc, they show a simple way to authenticate:
from atlassian import Bitbucke...
Alessandro De Vitis
Votes: 0
Answers: 1
Creating CI/CD Pipeline using AWS CodePipeline with Bitbucket cloud as the SCM
I am currently looking to create a CI/CD workflow in AWS using AWS CodePipeline using AWS CodeBuild and AWS CloudFormation with Bitbucket Cloud as the SCM. I am looking to implement two pipelines for ...
VK1990
Votes: 0
Answers: 1