bitbucket-pipelines Questions
3
Solved
I am currently trying to build a bitbucket pipeline which is supposed to run a docker-compose file to test a microservice before deployment. The docker compose file is supposed to build my microser...
Willin asked 28/9, 2022 at 13:56
10
What I’m doing is trying to make bitbucket pipline do my iOS CD, I included docker fastlanetools/fastlane image and in the steps i pull and run the docker image everything is okay and i was able to...
Berenice asked 25/1, 2020 at 5:42
11
I'm using gitbucket for both my repository and for pipelines.
I have a terraform config file with a remote state configured which runs fine on my local machine however it fails when running in gitb...
Record asked 13/4, 2018 at 11:49
5
Solved
I has the two repositories in bitbucket pipelines, both with pipelines enable.
How to execute the pipeline after the other pipeline complete?
Shotgun asked 17/4, 2020 at 19:47
2
Solved
I have a bitbucket pipeline that works well but now on a project I need to pull from a private repository which contains a package that is required in my composer.json.
When I do a composer install...
Selfmastery asked 17/4, 2017 at 14:21
3
I am trying to setup Flake8 linter in bitbucket pipeline and it works but I only want to run linter on pushed files. Currently, it runs on the entire project.
There are many modules in the project...
Unclasp asked 17/5, 2020 at 14:13
2
Every pipeline execution has their own URL (I think is a kind of UUID?).
It's possible to get that URL or UUID to compose the URL?
I have a command inside my tasks triggering messages using a RE...
Chrysotile asked 16/6, 2017 at 21:29
2
Solved
I'm using the Atlassian pipeline to build and push the docker image to AWS ECR but build is getting tear down with following message.
INFO: Executing the aws-ecr-push-image pipe...
INFO: Found c...
Ultan asked 21/1, 2020 at 18:43
4
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 ...
Neutralism asked 11/12, 2023 at 6:42
6
Trying to set up pipelines with Angular CLI and running into an issue when calling ng build.
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- npm --v...
Drier asked 5/7, 2016 at 15:49
4
Solved
Bitbucket Pipelines is using Docker containers to executes tasks and by default Docker containers run as root. This is a problem for NPM's lifecycle scripts because NPM tries to downgrade its privi...
Mcnalley asked 22/8, 2016 at 11:3
2
Solved
I am trying to set up a bitbucket pipeline that uses a database service provided by a docker container. However, in order to get the database service started correctly, I need to pass an argument t...
Almaalmaata asked 31/3, 2022 at 15:15
3
I have a node project. What I want to do is on a developer checkin (commit and push), I want to run the bitbucket pipeline which would internally do the following
npm install and npm test
npm ver...
Alban asked 30/6, 2017 at 7:16
2
I am trying to store pip libraries installed in the initial step as artifacts, so that it can be reused in the parallel steps later on. Unfortunately, when "Test part 1" and "Test pa...
Feck asked 11/1, 2021 at 8:33
2
Solved
It is possible to declare variables inside the pipeline file, as in this GitHub example:
# ...
env:
NODE_VERSION: 16.3.1
FOLDER_PATH: Project
# ...
steps:
- name: Move to project folder
ru...
Masera asked 27/10, 2022 at 21:56
8
I'm trying to get Bitbucket Pipelines to work with multiple steps that define the deployment area. When I do, I get the error
Configuration error The deployment environment 'Staging' in your
bitbu...
Vanya asked 25/8, 2021 at 23:2
1
We have a serverless framework project with different microservices in a monorepo. The structure of the project looks like:
project-root/
|-services/
|-service1/
|-handler.py
|-serverless.yml
|...
Malpighiaceous asked 25/11, 2020 at 10:22
1
I am trying to run a pipeline for my Angular App but when it comes to the "npm run build" part it crashes, the fail reason is "Container "Build" exceeded memory limit."...
Liverpool asked 14/10, 2021 at 8:55
3
I have a node_modules cache in my Bibucket Pipeline and I added new module (eg yarn add react-modal) - how to make Bitbucket pipelines detect new yarn.lock and invalidate its cache?
Taam asked 28/2, 2018 at 9:56
3
Solved
Our react app is configured to build and deploy using the CRA scripts and Bitbucket Pipelines.
Most of our builds are failing from running yarn build with the following error:
error Command failed ...
Zealot asked 10/3, 2023 at 15:31
0
Our team is using bitbucket pipelines to build and deploy our react app.
Right now, the yarn build step is failing do to a memory exceeded limit issue within bitbucket pipelines.
After logging the ...
Huffish asked 15/3, 2023 at 13:49
3
I am trying to use OIDC with a role and a web identity on aws. I followed the steps from https://support.atlassian.com/bitbucket-cloud/docs/deploy-on-aws-using-bitbucket-pipelines-openid-connect/
A...
Nardone asked 27/5, 2022 at 6:48
3
I'm setting up a deployment pipeline for my companys mulesoft APIs using bitbucket-pipelines. This technology is attractive to us because of the built in integrations with Jira. The problem is that...
Dreamworld asked 31/10, 2019 at 20:24
4
Solved
I would like to share a variable across two steps.
I define it like:
- export MY_VAR="FOO-$BITBUCKET_BUILD_NUMBER"
but then when I try to print it in other step:
- echo $MY_VAR
it's empty.
...
Brasca asked 24/9, 2018 at 14:10
2
Solved
With an increase in the number of Deployment Groups in AWS CodeDeploy, BitBucket Pipelines are starting to fail more often.
PIPELINE FAILED...
+ python ./_scripts/codedeploy_deploy.py
Failed t...
Chadburn asked 6/3, 2019 at 6:13
1 Next >
© 2022 - 2025 — McMap. All rights reserved.