Skip to main content

Questions tagged [bitbucket-pipelines]

If a question is about the CI template of bitbucket, i.e. bitbucket-pipelines, then this tag could be used.

0 votes
0 answers
20 views

i try to automatize my nodejs test in the bitbucket pipeline for create test and deploy logic i already create my soluction but in not confidet it's the best way; i hask if someone have tips or advise ...
Francesco's user avatar
1 vote
1 answer
114 views

I am adding a production deployment pipeline to a Bitbucket project. The YAML file is roughly image: php:8.2.20 pipelines: branches: master: - step: name: Deploying to ...
Yanick Rochon's user avatar
1 vote
1 answer
2k views

I would like your help on a situation that I'm facing with terrafom. My company recently launched a new website whose wordpress is hosted in an AWS ECS container. I had to make some adjustments to the ...
Anaue Curi's user avatar
1 vote
1 answer
419 views

I'm trying to add a deployment step to bitbucket pipelines that works successfully when I simulate locally but fails when executing the steps in bitbucket. I have created a simple docker image that ...
Jason Redwood's user avatar
2 votes
1 answer
68 views

I am having some troubles finding a better model for my CI/CD cycle. This is mainly gitflow issue. My current model : We have 2 bitbucket branches : master and develop. Both are linked via webhooks to ...
Ahmed Hamad's user avatar
1 vote
1 answer
170 views

I have a bitbucket pipeline that almost working: image: atlassian/default-image:2 pipelines: default: - step: services: - docker script: #Build the ...
dwjohnston's user avatar
1 vote
1 answer
127 views

I am trying to set up CI process using bitbucket pipelines for my Openedx site. The script that i am using in my bitbucket-pipelines.yml file is given below. I am trying to just set up the build ...
Sumbul Rafiq's user avatar
3 votes
2 answers
2k views

as one (sometimes failing) step of our pipeline we setup environment via installation of docker which runs 3 containers through own docker-compose. Unfortunately we could not figure out how to impose ...
xvga's user avatar
  • 131

15 30 50 per page