Skip to main content

All Questions

-1 votes
1 answer
172 views

Bitbucket pipeline condition to cd into folder and run commands

Is there a way with Bitbucket Pipeline condition to cd into specific folder and execute commands? My idea is to have folder with Terraform project and environment (develop, staging and prod). Here is ...
Ivo's user avatar
  • 1
2 votes
0 answers
177 views

Bitbucket Pipelines Deployment step greyed out after 14 days due to expired artifacts

I have a Bitbucket Pipeline that is configured to build and then upload artifacts to the Bitbucket Download section using their official Pipe. In the deployment step i have it specfically set to not ...
GREGGROUNDHOG's user avatar
0 votes
0 answers
115 views

Bitbucket API call to resume/rerun a pipeline given the UUID

I found this API call for stopping a pipeline given the UUID: The Bitbucket Cloud REST API (atlassian.com) curl --request POST \ --url 'https://api.bitbucket.org/2.0/repositories/{workspace}/{...
Tharinda Hashen's user avatar
1 vote
1 answer
355 views

Bitbucket Cloud API: is there a way to edit a file in a repo?

The Bitbucket Server API documentation outlines an endpoint to submit a PUT request and edit a file within a specified repository. However, the Bitbucket Cloud API does not seem to have this same ...
Niall Hodgen's user avatar
2 votes
0 answers
509 views

Skipping npm_install for a workspace with a cache in 2023

Let's say you have a monorepo with a module federation, with 5 different apps that you want to build in separate CI steps and you need to have all node_modules prior to executing the build of each app....
Phil's user avatar
  • 7,429
1 vote
0 answers
503 views

Bitbucket pipelines and SSH keys: How do I add a new Windows server and troubleshoot connection issues?

I configured SSH keys to deploy to my Windows server using the following document https://support.atlassian.com/bitbucket-cloud/docs/set-up-personal-ssh-keys-on-windows/ I generated the SSH keys on ...
Divya Naidu's user avatar
1 vote
0 answers
169 views

Bitbucket API endpoint for rerun stopped steps

To stop a pipeline bitbucket REST API provides an endpoint repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/stopPipeline/, but there is no endpoint to rerun the pipeline from where the ...
Akshay Shrivastava's user avatar
4 votes
2 answers
614 views

Bitbucket send Slack notifications on deployment started

I'd like to send Slack notifications to a channel when a deployment starts. The current available notifications are for deployment success, failure or stopped but nothing for the start of a deployment....
Kelly b's user avatar
  • 211
1 vote
0 answers
64 views

How to connect to docker daemon using docker in docker without privilege mode

I'm new to BitBucket Piepline and trying to use it as GitLab Ci way. Now I happen to face an issues where I was trying to build docker in docker container using dnd. error during connect: Post "...
louis kaisian's user avatar
0 votes
1 answer
692 views

bitbucket pipeline - InBuilt variable prints empty value

I am trying to implement python static analysis for one of my project. However, I want to do this only on difference of file rather than all the files. The reason being we have lots of file already ...
Gaurang Shah's user avatar
  • 12.6k
1 vote
0 answers
372 views

Cloud Bitbucket Can I use the self-hosted runner docker image as a base and augment it?

NOTE: I'm an embedded programmer, so devops stuff is mildly mysterious to me and I might be using the wrong terms. When creating my BitBucket self hosted runners, do I HAVE to use docker in docker, ...
Russ Schultz's user avatar
  • 2,639
0 votes
1 answer
535 views

Bitbucket pipeline -- merge request closed event

I created a Bitbucket pipeline where I create a feature Environment per feature branch (on pull request creation event) but I need to add a cleanup step on pull request close or merge in bitbucket ...
gharbiBdr's user avatar
5 votes
1 answer
685 views

Best way to run bitbucket scheduled pipelines on weekdays

Bitbucket scheduled pipelines UI does not have an option for us to enter a cron expression and we can only run the pipeline hourly, daily or weekly. There is an option to create schedule via API call ...
jasraj bedi's user avatar
0 votes
0 answers
620 views

Unable to apply a tag to branch from Bitbucket pipeline

I have a self hosted runner running on Windows. I have a step in my pipeline to create a label and tag the current branch with that label. I looked at long thread in this community that it should work....
videoguy's user avatar
  • 1,818
3 votes
0 answers
443 views

How do I share self hosted BitBucket Windows Pipeline runner across main and fork repositories

I have a main BitBucket repo say project.git. I have a self hosted Windows runner setup to monitor changes to this repo and kick off a build. It has been working great. I forked the repo to say joe....
videoguy's user avatar
  • 1,818

15 30 50 per page