Hello Everyone, I'm working on a CI/CD setup using Bitbucket Pipelines for our embedded SW project. Our workflow already includes automated build steps, QAC static analysis, and release artifact gen...
I'm trying to deploy a NestJS backend app from Bitbucket Pipelines to Heroku using the atlassian/heroku-deploy pipe. What I Have: My repo is hosted on Bitbucket. project /backend /frontend .bit...
I've been experiencing an issue with Bitbucket Pipelines hosted on self-managed servers for the past few days. After triggering a pipeline, no jobs appear to run, and it's not even possible to stop t...
I have tried 20 combinations of LOCAL paths and nothing is working, keeps claiming that "mirror: Access failed: /dist: No such file or directory". # Deploy to Windows Server - echo "Valida...
Hi, I’m testing the new Output Variables feature, which should allow variables to be shared across subsequent steps. The documentation example works fine: pipelines: default: - step: ...
hello, I'm hoping somebody could help me figure out what this error means. + npm run lint > frontend@1.16.1 lint /opt/atlassian/pipelines/agent/build > eslint --ext .js,.vue --ignore-path...
We have a branch pipeline that creates a new git tag. If multiple PRs get merged at around the same time, this branch pipeline is started multiple times. Now there could be race conditions, where the...
..
Our pipelines sometimes fail for expected reasons, but which are only obvious to DevOps people (like publish failure because of artifact version conflict which manifests itself with an apparently unr...
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...
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 ...
I am not a fan of the 4x/8x as we are one of the shops which needs to whitelist IP addresses. In all builds failing today, they are coming from different IPs. We are verifying this with the curl ifc...
Valid IP addresses for bitbucket.org, api.bitbucket.org, and altssh.bitbucket.org are already whitelisted within our security group, however we are unable to connect to our webserver because ...
Hello, I'm sending an alert to JSM/OpsGenie via PS Invoke-RestMethod in my Bitbucket pipeline. I'm trying to use variables in the JSON message. It works when I hard-code the value in the JSON message...
We're trying to send an alert to JSM from Bitbucket Pipelines but receiving a "401 Unauthorized" error. Has anyone had any success authenticating from Bitbucket Pipelines to the JSM API using Powersh...
We initially tried 4x step size in a parallel steps and it works, however after changing it back to 2x in an attempt to save build times and returning it once again to 4x due to realization that the ...
Copied to clipboard