Hi Everyone, I'm starting to look into Dynamic Pipelines and I'm really intrigued by what I might be able to do with them. However, I'm having a bit of a tough time getting started. The d...
Hi, I am currently trying to implement a pipeline. But I check,I struggle to find a way to run a step of my pipeline on condition definitions: steps: - step: name: Run Te...
When running atlassian/bitbucket-dependency-scanner:0.6.0 in our Bitbucket Pipelines, the scanner detects vulnerabilities in the Hangfire.MySqlStorage package but does not generate a C...
I'm trying to re-run a build that was successfully run on February 4th, but it is failing when executing `npm install --include=dev`. Build #780 ran successfully on Feb 4 for commit ...
I am using a new custom Docker image in my pipeline and am receiving the following error in the pipeline: The repository at "/opt/atlassian/pipelines/agent/build/Symfony" does not h...
...cript: - VERSION=$(node -e "console.log(require('./package.json').version);") - ls -ltr - cat package.json pipelines: branches: master: - step: *tag-repo t...
I’m working on a CI/CD pipeline for a Flutter project. I managed to create the pipeline for Android and Web, but I’m having issues with setting up the pipeline for the iOS platform. The company I’m w...
Hi! Bitbucket has unexpected behaviour when I use masked variables. The pipeline logs show the variable names. I attached some screenshots. - Pipeline logs with masked variable ...
Hi, We are running Bitbucket Pipelines on a PHP project where the dependencies are installed with composer. I noticed that uploading the artifact takes unsually long. Compression takes 9 seconds b...
New pipeline, getting these errors no matter how I change the usage. Other types of predefined (composer) and custom caches seem to work fine. Assembling contents of new cache 'node' Cache "node...
Hello. Can someone point me to an example manifest with a pipeline building an image on EKS with a local runner? It seems the runner crashes (before even running the pipeline) looking for /var/lib/do...
This is my first foray into bitbucket pipelines. In summary, when a pull request is created, I want a pipeline to decline the PR if it has no changes and merge the PR if there are changes. A...
Since updating our linux shell runner we get the following issue when a step finishes and tries to upload the result to artifacts. R:micros--prod-east--bitbucketci-file-service--files.s3.amazonaws.c...
...upporting file '/opt/atlassian/pipelines/agent/build/<app_name>/build/generated/openapi/generateAsc-licenseOpenApiApis/.openapi-generator-ignore'
...pp/public/wp-admin/.*''', '''app/public/wp-includes/.*''' ] and I tried this path also: path=[ '''^app/public/wp-admin/.*''', '''^app/public/wp-includes/.*''', ] but the results are t...
To test my repo, I need to run: ``` docker compose build docker compose up -d ``` inside the pipeline. I also need Python 3.11. First, I am not sure what image to use. After several attem...
I created a new repo and setup a pipeline for deploying to an Azure static website. At some point the bitbucket-pipelines.yml file was deleted. I reset the current branch to before the yaml file w...
Issue Summary: I am attempting to define a restartPolicy for one of my containers in an ECS task definition, but I am encountering the following error: Unknown parameter in containerDefinit...
Hello Bitbucket Team, I am facing challenges with managing pipeline executions triggered by PRs across different repositories. I have two main concerns: How can I automatically cancel a ru...
Version of boto3 used in the last version of pipe does not support the parameter "enableFaultInjection" of task definition added in the version 1.35.83 of boto3 (https://github.com/boto/boto3/bl...
I am using Bitbucket to store the codebase for a pair of drupal sites that were designed by a 3rd party firm, which are hosted on Pantheon. I worked with the 3rd party to confirm that all proper SSH ...
We tag on specific commit and deploy to production, however the feature to restrict only admin to deploy to env will block the pipeline even with allow all branches to deploy. The pipeline will show ...
I'm trying to build a base image for the pipeline with pre-installed dependencies. I'm using a multistage build approach in a Dockerfile like this: base.dockerfile FROM python:$PYTHON_BASE AS base ...
Hi, I need to have 2 runner groups and I need to specify a node selector. So that I can restrict runner groups to a set of nodes. Is this possible?
Hello, Since the rollout of the cloud runtime 2, we noticed a 50% time increase when running python tests in parallel on a 1x step (~15min to ~23min). We identified the runtime based on the log at ...
Copied to clipboard