Skip to main content

All Questions

0 votes
0 answers
23 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
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
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
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
-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
19 views

bitbucket pipelines refering to other branches

I am trying to work with pipelines on bitbucket. One of the steps I need, requires me to use git parse-rev to another branch. However, I keep getting this message: fatal: ambiguous argument 'origin/...
GuruYaya's user avatar
  • 611
0 votes
1 answer
233 views

bitbucket-pipeline and anchors - Steps are not executed

I have the following yaml file # Define anchors for reuse definitions: steps: - step: &setup_staging name: Setup staging deployment script: - echo "HelLo 1&...
Mornor's user avatar
  • 3,684
3 votes
1 answer
215 views

Bitpucket Pipeline Configuration for Gitflow Branching Model

I'm following this link for the Gitflow branching model: In this diagram, commits flow as follows: Scenario-1: Feature -> Dev -> Release -> Master Scenario-2: Hotfix -> Master and ...
Bilal Usean's user avatar
  • 2,444
0 votes
0 answers
45 views

✖ Failed to fetch revision

image: atlassian/default-image:3 pipelines: default: - step: name: Grant Maven Access script: - apt-get update - apt-get install -y maven - echo &...
Vibhor's user avatar
  • 1
-1 votes
1 answer
82 views

How to correctly curl and stop a Docker container in the CI/CD pipeline of the Bitbucket?

I created a Docker build step in my Bitbucket pipeline. The idea is to pull the image -> build the container -> curl the container. After this sequence, this step is completed. Here is the part ...
Ololo's user avatar
  • 33
0 votes
0 answers
64 views

Bitbucket Pipeline Build Is Generated but when trying to install from device its shows "App not install"

Here's the pipeline configuration which I added on my bitbucket project. but when I try to make a build directly through android studio it is working fine, but with pipeline when I try to download ...
Danish Amjad's user avatar
6 votes
4 answers
2k views

Bitbucket pipeline err

getting the below error in my pipeline. Can anyone help me on this ? Am trying the deploy my ecs service via bitbucket pipelines but facing this error. I tried updating docker, pip, docker-compose ...
Fazalulla's user avatar
  • 103
1 vote
1 answer
158 views

BitBucket CI/CD pipeline - changing file permissions in a test fails in bitbucket pipeline

I have a test to make sure the application provides a proper error if it can not access a file. To do so, the test changes the file permission, that it runs the application and checks the error. ...
Ste's user avatar
  • 399
0 votes
0 answers
135 views

Bitbuket pipeline pytest issue

I have a test folder in my directory under tests/test_main.py, in this file I am calling the pytest feature within an if statement as follows; - if python3.9 -m pytest; then echo "Tests ...
techrs's user avatar
  • 1
0 votes
1 answer
187 views

Bitbucket Pipelines - "The term 'chmod* is not recognized" error

I'm a beginner to pipelines in Bitbucket. I have a project with a .ymal file that I need to push to bitbucket, which would trigger a pipeline. However the triggered pipeline will not complete ...
Isira Ratnayake's user avatar

15 30 50 per page