Hi guys, facing an issue today with the bitbucket pipeline, it started coming from IPs that are not in your whitelists (5 days ago was the last successful run and all worked fine) So after d...
Hi all, In this YouTube! video by Edmund Munday, Edmund mentions building a dynamic pipeline generated entirely by a `bitbucket-pipelines.yml` file which contains nothing b...
I’m having difficulty importing a pipeline from another repository. I’ve checked it using the validator and it’s valid, but when I push to the development branch, no pipeline is triggered. I n...
SO i have the pipeline below, Which run fine when i commit to master but i want it to run a separate pipeline after master is tagged. Which it does not... no erros or anything, I h...
Take an example of a following skeleton of a pipeline. # Example definitions: step: - step: &RunFlake name: Run Flake runs-on: - self.hosted - windows script: - git config --global c...
Hello, I am trying to add extra custom pipelines dynamically using dynamic pipelines. This is meant to allow selection of runners for a particular pipeline. The Forge app: Reads the repository v...
I use Node 22 in my Bitbucket pipeline, and run tests with the native Node test runner, and collect coverage with the native Node coverage reporter. In Node 22.11 it takes around 6 a 7 minutes, b...
I am evaluating Dynamic Pipelines for our workflows, and they are pretty smooth! I want to know if you have best practices you can share when it comes to Custom Pipelines. Can I define Custom Pipelin...
...nd one for the server side (C# WebAPI). I've created the pipeline below to automate builds/deploys, but I get the error "Node.js is required to build and run this project". Any ideas on what I n...
Hello, our pipelines are failing with the error "failed to pull and unpack image "mcr.microsoft.com/azure-functions/node:4-node18-core-tools": failed to copy: read tcp **.**.**.**:57442->***....
Copied to clipboard