Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [bitbucket-pipelines]

Questions related to Bitbucket Pipelines CI/CD.

bitbucket-pipelines
1 vote
0 answers
8 views

Bitbucket/Firebase-deploy upload returned 400

I am migrating CI from appcenter to bibucket and firebase. The build is okay, but I am getting error on deploying the file to Firebase. Here's the error INFO: Executing the pipe... INFO: Starting ...
Riku's user avatar
  • 748
0 votes
0 answers
5 views

bitbucket pipeline - don't see test report

I am using bitbucket pipeline to run my pytest. pytest generates the junit xml report, which according to bitbucket pipeline document, supports it. however, I don't see report in either build or pull ...
Gaurang Shah's user avatar
  • 12.6k
0 votes
1 answer
20 views

How to open a PR from a Bitbucket Pipeline?

How can I use a Bitbucket Pipeline to open a new Bitbucket Pull Request for the same repo? (Includes posting the PR description message and pushing to create the PR's source branch, or to update that ...
benjimin's user avatar
  • 4,560
-1 votes
0 answers
29 views

Concurrent timeoutException while executing multiple test suit on bitbucket pipeline

I'm facing intermittent issue of concurrent timeout while executing my test suites on bitbucket pipeline. Here is the some information that may help you to understand problem. we are executing three ...
Bhumit Patel's user avatar
0 votes
0 answers
26 views

Bitbucket CICD Pipeline to windows server failing

I have the following simple bitbucket-pipelines.yml script on my Pipelines Setup on Bitbucket repository: image: node:14 pipelines: default: - step: name: Install and Test caches:...
Dercio Anselmo's user avatar
0 votes
0 answers
25 views

Define a single Bitbucket pipeline for automatic and manual run

I have a pipeline defined in the branches section triggered by certain branches. I would also like it to be manually triggerable, with a variable that configures execution in a certain way. In case of ...
Pavel S.'s user avatar
  • 1,224
0 votes
0 answers
24 views

Nginx Issue while deploying dockerized laravel to Digital Ocean

I am deploying Containerized Laravel to Digital Ocean using the bitbucket pipeline. I am pushing the PHP image to the docker hub and pulling it from there. Everything goes right but in the end, nginx ...
Sundar Ban's user avatar
0 votes
1 answer
37 views

Bitbucket pipeline conditional execution when tests fail

Having a Bitbucket pipeline that executes 2 steps: Runs Python tests and saves report artifacts in an XML file Runs SonarQube scanner with the above report file. If every test is ok, the SonarQube ...
Yak O'Poe's user avatar
  • 822
-2 votes
2 answers
71 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,841
1 vote
2 answers
101 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
63 views

bitbucket pipeline gives 'Could not find Ninja on PATH or in SDK CMake bin folders' error

I'm encountering an issue with my Bitbucket pipeline while building my Android project. The error message I receive is: Execution failed for task ':core_data:configureCMakeRelWithDebInfo[arm64-v8a]'. ...
ethan's user avatar
  • 1
0 votes
0 answers
64 views

Chromium distribution 'chrome' is not found at /opt/google/chrome/chrome

Im trying to install chromium and run the test cases using the bitbucket pipeline The below is my pipeline image: mcr.microsoft.com/playwright/java:v1.33.0-focal pipelines: default: - step: ...
Justine mathew'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
0 votes
1 answer
101 views

Build Dpkg from bitbucket pipeline gives "dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and <=0775)"

I'm trying to build .deb package from the bitbucket pipeline but end up with this error msg. dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and <=0775) tried to ...
Priyamal's user avatar
  • 2,939
0 votes
1 answer
76 views

Checking for circular dependencies with madge in bitbucket CI

I want to add a step to check for circular dependencies in our bitbucket pipeline, but I'm struggling to come up with a good way to grab the output to throw an error or not Here are the bitbucket ...
maximosis's user avatar
  • 109

15 30 50 per page
1
2 3 4 5
96