I'm uploading a 20MB JAR file to the Bitbucket Downloads section using a pipeline, but when accessing it from another pipeline, only 600KB gets downloaded.im trying build a another maven jar using th...
Looking to streamline your development processes and boost team efficiency? You're in luck! I've just posted a video showing how Atlassian's own teams use Compass and Automation to manage their devel...
Hello, I am new to bitbucket pipelines and planning to migrate from on-prem bamboo to bitbucket pipelines. We run our builds in a different ways for different branches out of a sin...
...ermission denied (publickey).
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 CodeInsights...
I can't see a way to do it, but fingers crossed I missed something. Is there a way to easily make 32 repositories use my self-hosted runners without going through each and every step of each...
This article is a result of extensive research and practical experience in setting up and running Runner auto scaler on an on-premise Kubernetes cluster setup at a mid-stage startup company. This is ...
Hey, is it possible, to provide a custom endpoint for the reviewer? If not would it be possible to add that? Thanks Samuel
Hello! I have configured a step in our bitbucket pipeline for clearing the cache for node in case there are any changes in package.json. The issue is that the script is throwing an error regarding ...
I've recently migrated from Snyk Scan pipe to Bitbucket Dependency Scanner, but I'm running into an issue. I'm using script: - pipe: atlassian/bitbucket-dependency-scanner:0.5.0 variables: ...
Hi, I have issue on running my pipeline. I just added it manually for "Build and test a NodeJs code". when I run it, I got this error. any idea? thanks..
I would like to get the list of pipelines created in a certain time interval, but right now that doesn't appear to work. I tried using the information on the Filter and sort API objects page, but I'...
On my self hosted runner, I am running a pipeline that consists of several steps. I noticed that the steps are randomly executed on different runners running on different servers. But I want to run ...
This request concerns https://bitbucket.org/atlassian/git-secrets-scan/src/master at version 3.0.0 (i.e. latest). In its default mode, gitleaks and atlassian/git-secrets-scan scan git history, meani...
Hello, I'm configuring the bitbucket-dependency-scanner in a pipeline. I'd like the pipeline to fail when a dependency with a CVSS score of 7 or higher is found. Normally, the dependency scan...
Just trying to figure out - how would I know the OPEN_AI pipeline ran on Pull Request. Where would I see report or something to say - Yes it ran and perhaps these are the findings
The pipeline shows configuration error when I turned on only allow admins to deploy to this environment, however when I turned it off, everything works properly, does anyone has the same issue? Also ...
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...
I'm appealing to the folks out there in pipeline world. We have an instance where we have local bitbucket-pipeline-runners in Kubernetes that are meant to be used for building code for a ...
I'm trying to create a custom bitbucket pipeline which has 2 inputs - version and target environment that deploys a specific version of the app(based on git tags) to different environments. image: ...
I can not find any documentation regarding files/folders exclusion from git-secrets-scan pipe in bitbuckets pipelines
Our project makes use of local NPM packages, such as: "dependencies": { ... "node-ci": "./submodules/node-ci", ... } This creates a shortcut in Windows in the node_modules folder that l...
We have tried adding our endpoint but still event is pointing to https://app.datadoghq.com/event/event?id=7922052923552017607 not to https://us5.datadoghq.com/ Kindly provide su...
We have a nextjs project that we have added the recommended cache definition to: ``` definitions: caches: nextcache: apps/rc-next/.next/cache ``` However, this doesn't see...
I'm having an issue with Pipeline deployment. This is my `yml` file: pipelines: branches: staging: - step: name: Buil...
Copied to clipboard