Skip to main content

Questions tagged [bitbucket-pipelines]

Questions related to Bitbucket Pipelines CI/CD.

bitbucket-pipelines
1 vote
0 answers
34 views

Access MongoDB Atlas from Bitbucket Pipelines build environments

I am trying to do some CRUD MongoDB operations from bitbucket pipelines. I have a Dedicated MongoDB cluster hosted in MongoDB Atlas AWS Setup. The problem is I am not able to connect to the cluster ...
Manoj Acharya's user avatar
0 votes
0 answers
76 views

AWS CodeDeploy with Bitbucket pipe line

I'm trying to deploy AWS EC2 deployment using the Bitbucket pipeline and the AWS code deployment. I'm getting this error when trying to deploy. It mentions some errors related to Auto Scaling groups ...
Chathuran D's user avatar
  • 2,380
0 votes
1 answer
95 views

deploying affected with nx mono repo using bitbucket pipeline based on tag

I am using bitbucket pipelines and NX for a mono repo. I am trying to use build and deploy affected using our tag based deployment, but the problem is I need to point point to a branch: nx affected --...
Mattijs's user avatar
  • 3,375
0 votes
0 answers
71 views

Getting issue in building docker image in bitbucket pipeline

Facing issue in building image in bitbucket pipeline, which is working fine in locally in ubuntu 22.04 wsl and windows as well. Dockerfile https://github.com/vercel/next.js/blob/canary/examples/with-...
RAHUL DAS's user avatar
0 votes
1 answer
168 views

Bitbucket Pipelines: Unable to Execute Multiple Reusable Steps in a Custom Pipeline

I'm encountering an issue where I cannot get multiple reusable steps to execute sequentially in a custom pipeline in Bitbucket. My goal is to set up AWS credentials and then deploy a Go application, ...
quetzalfir's user avatar
0 votes
0 answers
30 views

BitBucket pipeline run builds sequentially

I have BitBucket Pipeline that runs Terraform, so need to run builds sequentially - next build should wait for previous build to complete How is it possible to set?
kagarlickij's user avatar
  • 7,917
0 votes
0 answers
67 views

Why is Bitbucket pipeline throwing 'authorization denied by plugin pipelines' error for AWS Lambda function invocation?

I have a Bitbucket pipeline running integration tests. For the pipeline I built an image upon python:3.11-alpine using aws-sam-cli==1.115.0. I pushed the built image to a doctl registry, then I ...
Viktor Crow's user avatar
0 votes
1 answer
212 views

Running Bitbucket pipeline steps in parallel with specific dependencies

I'm working on configuring a Bitbucket pipeline for my project and I'm facing a challenge with defining the execution order of the steps. Here's the scenario: I have a Bitbucket pipeline with four ...
Shiyas's user avatar
  • 700
0 votes
0 answers
72 views

Bitbucket flutter pipeline for building docker image fails

enter image description hereI'm trying to build a flutter app through a dockerfile and pushing the image to dockerhub , vut the build fails at the flutter web build step. I thought the problem was due ...
Tanaya Sharma's user avatar
0 votes
0 answers
20 views

powershell in bitbucket-pipeline not able to create folder with dateTime

I am trying to a backup functionality before the deployment by creating folder with current dateTime, but I am facing error Error: = : The term '=' is not recognized as the name of a cmdlet, function,...
Umer Farooqui's user avatar
0 votes
2 answers
72 views

Bitbucket pipeline fails for grep command in exclude hidden directory

I have the following command to run: grep -r -n --exclude-dir='.test' ERROR . >> errors.txt This works fine on the terminal but when I run this on bitbucket pipeline via yml file, it fails with ...
Sunny's user avatar
  • 11
1 vote
0 answers
68 views

Configure a bitbucket runner to run continuously on macOS

I created the runner and added it to macOS and when I run the start command it works. But I would like to make it run continuously. And I saw that I have to create a config file in LaunchAgents to run ...
Alex Pătroi's user avatar
0 votes
1 answer
37 views

Issue with Azure Deployment Centre failing due to MS Build

Since Monday, we are having failed CI/CD deployments through the Azure Deployment Centre (linked to BitBucket), due to the MS Build number being incorrectly specified. Please see example configuration:...
William P's user avatar
1 vote
1 answer
119 views

bash: apt-get: command not found in bitbucket pipeline

I've been trying to build a pipeline to test my deploys in bitbucket but i keep getting this problem + apt-get update && \ apt-get install -y \ fonts-liberation \ libasound2 \ libatk-bridge2.0-...
Cesar Chavana's user avatar
0 votes
0 answers
108 views

BitBucket: Container 'Build' exceeded memory limit

I'm having a hard time deploying my react app into production environment because it returns: yarn build yarn run v1.22.19 $ react-app-rewired build Creating an optimized production build... The build ...
Fernanda's user avatar

15 30 50 per page
1
2
3 4 5
95