Skip to main content

All Questions

-2 votes
2 answers
60 views

How to solve Bitbucket pipeline error : vendor/bin/phpunit: No such file or directory

For my Laravel application, I have created a bitbucket-pipeline : image: php:8.0 pipelines: branches: stage: - step: name: Install Dependencies caches: - ...
ST80's user avatar
  • 3,831
1 vote
2 answers
91 views

Bitbucket Pipeline "docker: command not found"

After following the article "Run Docker commands in Bitbucket Pipelines" I came up with this sample pipeline I'm trying to build for a Python repository. image: python:3.10-slim pipelines: ...
Luigi Loria's user avatar
0 votes
0 answers
34 views

Bitbucket pipelines conditional trigger mode

I need to dynamically set the trigger of a step to manual or automatic based on the value of an ENV VAR. my actual code: definitions: steps: - step: &setup name: Setup script:...
Luke's user avatar
  • 513
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
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
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
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
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
0 votes
1 answer
77 views

Syntax error in Bash script inlined in YAML anchor for Bitbucket Pipelines

This is a part of my Bitbucket pipeline: npm_audit: &npm_audit echo "Running npm audit..." npm_audit_output=$(npm audit --audit-level=critical) if [ $? -ne 0 ]; then ...
alex's user avatar
  • 11.3k
0 votes
0 answers
61 views

Bitbucket pipeline global function

I have pipeline like below definitions: steps: common_function: &common_function | if [ "$BITBUCKET_BRANCH" == "master" ]; then echo "steps" ...
Justine mathew's user avatar
1 vote
2 answers
489 views

Yarn Install hangs while building packages in Bitbucket pipeline

I have an issue with Bitbucket pipelines, I use a very simple one to build a docker image and it worked fine for months. Today it suddenly started hanging during yarn install Here's the dockerfile: ...
P_RIFF's user avatar
  • 11
-2 votes
1 answer
65 views

Docker push failing to Dockerhub - tag does not exist

My bitbucket pipelines are failing with tag does not exist referring to dockerhub image push this is the bitbucket-pipelines.yaml config image: node:8 pipelines: default: - step: name: ...
P Nisanth Reddy's user avatar
0 votes
0 answers
52 views

Bitbucket pipeline failing for chmod commands in dockerfile

I've been facing an issue lately with running bitbucket pipeline for my kafka-connect repository that has debezium in it. Its been like 2 years since we have been using this repository and I checked ...
Sunil's user avatar
  • 70
0 votes
0 answers
99 views

Bitbucker pipeline self hosted runner ID retrival

is there any any variable to retrieve self-hosted runner ID in bitbucket pipeline like any variable as it keeps changing everytime I build and I want to use it in pipeline. someone else has setup the ...
Muhammad Hassan's user avatar
0 votes
0 answers
38 views

How do I windows shared folders in my bitbucket pipelines?

I am trying to access a windows shared folder from my bitbucket-pipelines.yml Please forgive my ignorance in advance, I am very new with dockers and pipelines and bitbucket, etc... I mounted a windows ...
Patrick's user avatar

15 30 50 per page
1
2 3 4 5
42