In my yaml file i have code block pipelines: pull-requests: dev: - step: name: Plan projects (dev) script: - export WORKSPACE=dev - m...
It is my understanding that when you rerun a pipeline, previous logs are discared. Is that right? I received a report that a pipeline failed with some very strange errors, but by the time I went in ...
There seems to be a bug where it shows test reports in steps and also in Tests tabs. Earlier this was working fine and our setup has not changed at all. As you can see from the screenshot, it shows f...
We’re excited to share that Mria CRM for Jira is now live on the Atlassian Marketplace. Developed by Mria Labs Inc. and built on Forge, Mria CRM introduces a new approach to customer management ins...
...river=overlay2 version=25.0.5 It runs this image according to logs: docker : docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-docker-daemon@sha256:6...
It would be nice to have a different status color for things that are paused. It would help bring attention to items that need manual intervention, vs passed, and failed runs.  ...
...ipeline on bitbucket. Similar functionality exists in GitHub Actions and Azure DevOps — they support triggering workflows or pipelines via commenting (for example, through webhooks or built-in i...
We’re excited to announce step metrics – a new capability coming to Bitbucket Pipelines to help you better manage and optimise your CI/CD workflows. Check out the release blog to find out more.
I pushed some commits to Bitbucket repositories and received emails stating that the pipelines have failed. The pipeline logs indicate that the errors were caused by connection issues to a...
We’re announcing an important update to the deployment dashboard in Bitbucket Pipelines. As part of our ongoing efforts to make deployments more flexible and user-friendly, the promote action on t...
Hi :) We wanted to start using the k8s runners autoscaler, we see that currently it does not support arm64 runner. Is there a plan to support it in the nearby future? It ...
Hi! I'm new to Bitbucket Pipelines and not sure how to go about this use case. When a new PR is opened I want to trigger my pipeline. The one task I need my pipeline to do is run my docker i...
pipelines: branches: release/dev: - step: name: Detect Changed Modules & Build caches: - gradle script: - echo "Changed modules: $BITBUCKET_COMMIT_RANGE" - CHANGED_MODULES=$(git diff --n...
We use Bitbucket cloud with self hosted docker/kubernetes runners. What container performs the git clone in the Build setup? I found a document that implies the step image runs the git...
...nes. This would do wonders for common shared pipelines configuration to be more modular and/or universal. Example: pipelines: default: - step: name: M...
Hi, I'm testing the Output Variables feature in Bitbucket Pipelines. My pipelines use a custom in-house runtime Docker image. My main use-case uses a mix of parallel and m...
I had a deployment fail recently because I incorrectly indented a part of the bitbucket-pipelines.yml file. My question is why did the bitbucket-pipeline.yml json schema not catch the e...
...bsp; - step &3 pipelines: master: - step *1 - step *2 Project based template: pipelines: branches: &n...
Is there a way to send specific values directly to the child pipeline? Are they inherited from the parent pipeline?
We’re excited to announce the launch of parent/child pipelines for Bitbucket Pipelines. This powerful new capability lets you define a step within a pipeline that triggers and encapsulates a w...
...ith the value generated from the Access Tokens section using: Repo.read & Repo.write The pipeline output: INFO: Executing the pipe... INFO: Current directory: /opt/atlassian/pipelines...
Im trying to export a VERSION Variable using both the latest Git Tag and the BUILD NUMBER in my pipeline: image: python:3.8 pipelines: branches: main: &n...
Hello Team, I have a scenario where, I need a merge check where the pr's shouldn't merge with out this test plan run successfully. But apparently this test plan cannot be run into every commi...
I am not able to see Members nav link on the top menu.
...hy token is not populated Below is my simple pipeline : ``` pipelines: default: - step: oidc: true s...
Copied to clipboard