Questions tagged [bitbucket-pipelines]
If a question is about the CI template of bitbucket, i.e. bitbucket-pipelines, then this tag could be used.
18 questions
0 votes
0 answers
20 views
Testing with nodejs and inmemory mongodb cache with bitbucket pipelines
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 ...
1 vote
1 answer
114 views
Are Bitbucket branches pipelines running before or after the commit to that branch?
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 ...
1 vote
1 answer
2k views
Terraform plan does not update AWS Task Definition with last active revision value
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 ...
1 vote
1 answer
419 views
Unable to use AWS ECS docker context in bitbucket pipelines deployment step
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 ...
2 votes
1 answer
68 views
Is there a better model for my CI/CD cycle?
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 ...
1 vote
1 answer
170 views
What's the equivalent of `heroku container:release web` without using heroku-cli?
I have a bitbucket pipeline that almost working: image: atlassian/default-image:2 pipelines: default: - step: services: - docker script: #Build the ...
1 vote
1 answer
127 views
Continuous integration using bitbucket pipelines failed for OpenEdx
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 ...
3 votes
2 answers
2k views
OOM when running Bitbucket pipelines
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 ...