Hi everyone! We're excited to announce the Bitbucket Pipelines monthly office hours program. This program is designed to give customers a way to connect directly with the Bitbucket Pipelines t...
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...
Hi all - we're excited to announce the release of ARM builds in the Pipelines cloud runtime. Head over to our announcement blog for all the details: https://www.atlassian.com/blog/s...
Hi all - We're excited to announce a new capability in Bitbucket Pipelines we're calling Step Failure Strategies. Detailed information is available on our announcement blog: https://w...
...n our implementation for Step-level Variable Sharing. A new feature coming soon to Pipelines. Summary This feature will allow users to share environment variables between steps. A variable can be d...
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...
Hi all - we're excited to announce that we've recently released 16x sized steps for Bitbucket Pipelines, doubling the previous largest step size. For more details, check out our release blog.
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...
We’re excited to announce the launch of the Jenkins to Bitbucket Pipelines migration tool open beta! Have questions about migrating from Jenkins to Bitbucket Pipelines? Post your questions directly o...
Copied to clipboard