Bitbucket is a hosting site for Git and Mercurial. The service offering includes an issue tracker and wiki, as well as integration with a number of popular third-party services. Atlassian acquired bitbucket.org in 2010.
7,894 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
Deploying bitbucket .whl file to heroku
I have a flask application hosted on Heroku. In this application I have a package I created from another application I built. I installed via a .whl file. So my module is internally built and when I ... python-3.x heroku bitbucket python-wheel
arsenal88
- 972
Why does GO mod tidy use api.bitbucket.org on windows
I'm attempting to use private repositories as go libraries. Whenever i try to run go get og god mod tidy, i get this kind of error >go get go get windows git go bitbucket
KristianMedK
- 1,245
build the project in remote repository using another project programtically and use the builded jar file as dependancy
I am new to this kind of implementation. Please help me to achieve this. I have two child projects(proto and service) inside the parent folder as follows, one project is to generate the proto jar ... java git spring-boot bitbucket grpc
chad
- 11
How to install a packaged version of python to a bitbucket folder (so no root)?
I currently have python3.10 in my system. However, for a specific project I need to install python3.7, but I have no root access. I would therefore like to install python 3.7, which I have downloaded ... python package bitbucket virtualenv root
H R
- 1
Can't access unsecured variable from pipelines in script
I'm trying to use the technique of base64 encoding my .env file into a pipelines unsecured variable as described in the following places, but the file that is created is empty: How can I run a env ... bitbucket bitbucket-pipelines
Chris
- 327
Jenkins java.nio.charset.UnmappableCharacterException: Input length = 1
I am working on a Jenkins application and pipeline to test and deploy Apex Code from a Bitbucket repository to Salesforce. So far I've managed to communicate my repository with my Jenkins environment. ... java git jenkins exception bitbucket
Genis Bonet Garcia
- 1
Is it possible to push one project to both Github and Bitbucket using vscode?
I have a project that I imported to Bitbucket from Github. But pushing to my Github doesn't automatically push that to the imported repository on Bitbucket. Is there a way to do that, through vscode?
github visual-studio-code bitbucket
Matthew Wang
- 21
Is there a Python code to pull information from Bitbucket? [closed]
I would need information such as drawing number, all commit requests, all pull requests, who created it, etc. python bitbucket
davidk3698
- 21
Is there a way to push only changed file to S3 using bitbucket pipeline?
Here is an example of a pipeline, what changes are needed to complete this task?? deployment: production script: - pipe: atlassian/aws-s3-deploy:0.3.8 variables: ...
amazon-s3 bitbucket pipeline
Mike Green
- 1
locked out of bitbucket [closed]
I am just now learning about all these security changes at bitbucket I was able to log into the website from a browser like I always have, and from there to create a new empty repo. However: I can ... bitbucket
Malik A. Rumi
- 1,605
Applying Maven settings.xml in Bitbucket Pipeline with Android project
Currently trying to set up a Bitbucket pipeline for an Android project. We are using a private Maven repository in the project and need to apply a settings.xml. Locally it works fine when building the ... android maven bitbucket bitbucket-pipelines
sjohansson
- 27
how to create fresh pull request from my working branch, In the last push I was unintentionally updates the last pending PR, which has some issues
I have one pending pull request from feature2 branch to be merged into develop branch, but it was just stay there due to some issues in the code. I was worked on some other script but on same feature2 ... git bitbucket
kishore
- 65
Git pull error client_loop: send disconnect: Connection reset by peeriB/s
I have two bitbucket accounts, one personal and the other is for work. I use ssh for both of them and I have different ssh keys for each. I am trying to pull changes from one bitbucket account onto ... git bitbucket git-pull
Kevnlan
- 199
On bitbucket, is there a way to edit the commit message for squashing and merging into the develop branch?
I have made a few commits in the feature branch. Then I used squash to combine all the commits, and merged back to the develop branch. However, I want to edit the commit message (on BitBucket) since ... git bitbucket commit-message
KubiK888
- 3,907
How do I cancel a pipeline that is waiting on a manual trigger?
I used the starter template when starting to create a pipeline: # This is an example Starter pipeline configuration # Use a skeleton to build, test and deploy using manual and parallel steps # ----- # ... bitbucket bitbucket-pipelines
red888
- 22.9k
153050per page