Say, I have a tag based pipeline on bitbucket like this pipelines: tags: v*: - step: I don't want to run pipelines on PATCH version changes semver
Ran Visual Studio Installer for the following: Added 'Desktop Development with C++' Updated VS to the latest version 17.1.4 Now when I load any project, it is n
We are using Jenkins(v2.235.1) and BitBucket cloud combination. We have BitBucket Team/Project type job which has created multi-branch pipelines. Some of the jo
I am setting up project in Jenkins where I have to pull code from bitbucket cloud. I am seeing errors in Jenkins. Thing is Jenkins is unable to connect to bitb
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 permissio
I have a Bitbucket pipeline where it creates AWS resources using cloudformation and deploys website to it. But deployment fails even the cloudformation creates
I am trying to get a raw file from a Bitbucket repository using curl with the following commands (I have tried many but I am including the last two): curl -L
I'm using BitBucket Pipelines for the first time to SSH into a development server and perform a git pull origin branch whenever a push is made to the said branc
I try to clone a project from Bitbucket into Android Studio. The project was originally published from Eclipse. But I get the error: Clone failed. Failed
I used bitbucket a lot in the past (mostly because of the private repos). Have not used it for a while and now I always get "fatal: Authentication failed" error
Ok, so Here's the scenario, I had user1 logged in to my terminal for bitbucket account. I had logged in like $ git config --global user.name "user1" $ git c
I keep getting this problem with Xcode source control. If I checkout a previous branch and then switch back to my latest branch, sometimes I can no longer push
Please assist me. I want to merge my feature branch to develop branch after my pull request was approved. I then used PowerShell to run and ran the merge comman
I have a Nuxt app that I want to test with Cypress in CI. I've seen in the Cypress documentation that you have to install some third-party package to wait for t
I am using /rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/browse/{path:.*} to push commit to a file using Bitbucket. I am able to do that successful
I am developing a javascript application ( electron , react ) in which i want to show a user his bitbucket repositories. I can show all public repositories simp
I'm trying to set up a Bitbucket-Repo for building in Jenkins. However, whenever there is a LFS-file in the Repo, the pull fails with the error "missing protoco
I have created an app password as explained here But now, how do I access the repository using this app password?What will be the url?Can someone direct me to a
I got this pipeline and a runner on my remote machine bitbucket_pipeline.yml: image: rust pipelines: branches: master: - step:
My organization is switching from Bitbucket to Github for project management. Today, I was trying to transfer our most recent project from Bitbucket to Github,