Is it possible for a triggered pipeline to pass information back to the repository pipeline which triggered it? For example, if repo my-lib triggers a rebuild of my-app, is there a...
Currently Bitbucket Pipelines only exposes BITBUCKET_PROJECT_KEY. This value is not suitable for human-readable identifiers such as SonarQube project keys, Docker image names, or Helm release names....
We have docker runners on our own servers that have ONLINE status but bitbucket pipeline steps are still queued for long They are v5
Is it possible to return a custom error from a Dynamic Pipeline, and have it displayed in the Pipeline page instead of stuff like the following? Configuration error Selected Dynamic Pipel...
Welcome to the Bitbucket Blitz video series. The series features a library of short-form videos that, as a collection, capture the end-to-end flow developers use to get sh&t done with our Softwar...
Hello, We gave a pipeline running `atlassian/bitbucket-dependency-scanner:0.8.0` and it started failing with the following warning. I tried some ways to pass the ` --propertyfile`, bu...
My Bitbucket Pipelines are connecting from IP addresses that are not included in the official IP whitelist documentation, causing deployment failures to servers with IP-based firewall rules. Details...
The schema at https://api.bitbucket.org/schemas/pipelines-configuration is happy with the following: definitions: caches: node_modules: node_modules However the online val...
Hi DevOps community! We’ve got some new resources this month to help your teams streamline software delivery, including new AI features beyond code creation, ways to scale compliance and code quali...
When publishing a new version it would be very useful to add a DESCRPTION. This could be an internal version of the app. Otherwise you won't be able to see a Description in Lambda's Dashboard ("Versi...
Hello, We're integrating the bitbucket-dependency-scanner pipe into our pipeline in Bitbucket Cloud. It's a Java EE Maven project. The pipe does detect a vulnerability in a .js file in ./WebContent...
Bitbucket self hosted runner issue. We have k8 pods that have a lot of memory but are never ever utilized. It doesn't matter what we set them to 2x, 8x, 16x etc. It never uses...
I use self hosted runners to do long FPGA builds from our companies bitbucket. There is a timeout of 12 hours for a pipeline and also a *shorter* timeout for queued jobs. I effectively canno...
From a few days ago, when I try to run a pipeline for a commit, a modal window appears asking for "Select brand" and "Select pipeline", but no options are available. I can't run my pipelin...
I updated repository variable values. But it's not updated when pipe is run still getting old variable value in my pipe line.
We are migrating an application from Bamboo to Bitbucket Pipelines. This application is unique in that it should only have one build running per branch at a time. This wasn't a problem in Bamboo, as ...
I am trying to use jenkins-job-trigger to trigger the scan Multibranch. It does work without the wait, but If I add a wait I get the error below. From my manual debugging it seems the error occurs be...
I have installed a docker selfhosted runner on my machine. I'm running it like this (via systemctl) ExecStart=/usr/bin/docker run -t --init \ --memory 4096m \ -v /var/run/docker.sock:/var/r...
Is there a way to notify on a Pipe reporting a warning that it has a newer version available? Example WARNING: New version available: atlassian/aws-code-deploy '1.5.1' to '1.6.0' This doe...
In my yaml file i have code block pipelines: pull-requests: dev: - step: name: Plan projects (dev) script: - export WORKSPACE=dev - mak...
I'm using Dynamic Pipelines, and I'm using api.asApp().requestBitbucket('/2.0/repositories/WORKSPACE/REPO/pipelines_config/variables?pagelen=100') and api.asApp().requestBitbucket('/2.0/work...
Hi, I think you can remove the model name validation from the input and accept any string. If an error occurs, the user can then fix it by getting the official names from the OpenAI document...
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 archive.ubu...
When me, as a new user of Bitbucket pipelines, see a step option "clone: false" I suggest that this should control if that particular step clones the repo. In now way it suggests/hints that this also...
Does Bitbucket support webhook events for pipelines? I want to get the pipeline run data as soon as it's completed. If Bitbucket has such an event, what would the payload be? I'm not able to find a p...
Copied to clipboard