Questions tagged [bitbucket]

Ask Question

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

0votes0answers8views

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 ... user avatar arsenal88

  • 972
1vote1answer39views

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 user avatar KristianMedK

  • 1,245
0votes0answers14views

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 ... user avatar chad

  • 11
0votes0answers12views

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 ... user avatar H R

  • 1
0votes2answers35views

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 ... user avatar Chris

  • 327
0votes0answers18views

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. ... user avatar Genis Bonet Garcia

  • 1
1vote1answer12views

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? user avatar Matthew Wang

  • 21
1vote1answer24views

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. user avatar davidk3698

  • 21
0votes0answers12views

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: ... user avatar Mike Green

  • 1
-2votes0answers19views

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 ... user avatar Malik A. Rumi

  • 1,605
0votes0answers23views

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 ... user avatar sjohansson

  • 27
0votes0answers15views

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 ... user avatar kishore

  • 65
0votes1answer54views

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 ... user avatar Kevnlan

  • 199
0votes1answer18views

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 ... user avatar KubiK888

  • 3,907
1vote1answer39views

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 # ----- # ... user avatar red888

  • 22.9k

153050per page

1 2 3 4 5527

You Might Also Like