I'm developing a dynamic pipeline and I just noticed that the input request is filtered, and it doesn't include any custom keys. What are some good ways for the bitbucket-pipelines.yml file of a rep...
I have defined a reusable step in my Bitbucket pipeline that runs a script for different IMAGE_NAME values. Currently, I pass the IMAGE_NAME one by one in the script &nb...
I'm using the Bitbucket dependency scanner to check for vulnerabilities, but I frequently encounter a Docker memory limit error. I've tried increasing the memory using size: 2x and size: 4x , both...
Following is how my pipeline yaml file looks like. definitions: step: - step: &GenerateExe name: Generate Exe runs-on: - self.hosted - windows script: - git config --global core.autocrlf...
...epository Settings | Pipelines | SSH Keys", the git push fails when the pipeline runs. So I add the private+public key to that setting and then the pipeline succeeds when executed: automatic merging I now w...
This is a docker compose script running 3 containers on BitBucket pipelines cloud runner I'm seeing this error on my pipeline when using a Docker compose. I've seen posts already online about using ...
Hello Team, Facing the issue container 'docker' exceeded memory limit in Bitbucket pipeline even after mentioning size 2x for Sonarscan. We are using Bitbucket runners. - step: &sonarscan &nbs...
I am still having issues with the 3.1.0 version of the git secret scanner pipe integration which I seemed to have faced in the previous versions too. The issue occurs when I try to include a .gitleak...
Recently my Bitbucket pipeline started failing the "firebase deploy" command with "JavaScript heap out of me". This is basically the script: export FIREBASE_CREDENTIALS="${FIREBASE_CREDENTIALS...
Do we have any way to run parallel steps inside a stage? This is not about parallel stages, but parallel steps in a single stage. Expected: steps in red square to be run in parallel, to red...
I am trying to optimise a build step in my pipeline by doing only a partial clone of the repository. For context: I got some large media files in the repository which are not neede when building JS ...
We have a pipeline that is doing double duty by deploying to both a staging environment and production. To accomplish this our pipeline has the following steps: Build staging .env file Build appli...
Hi! I would like to use the bitbucket-chatgpt-codereview pipeline for conducting code reviews. However, there is some concern that the code or confidential information might be stored after the revi...
I'm trying to start using git-secrets-scan:3.1.0 pipe and the pipe appears to be ignoring the GITLEAKS_EXTRA_ARGS that is passed to it. I have the following: ```yaml - step: &SecuritySca...
I have only added below code on my pipeline export: true definitions: pipelines: share-pipeline-1: - step: &nb...
I am trying to configure a Bitbucket pipeline for multi-module Maven/Java build and deploy to AWS elasticbeanstalk but having lots of trouble. How do I specify the ZIP_FILE value?...
Hi Everyone, I'm starting to look into Dynamic Pipelines and I'm really intrigued by what I might be able to do with them. However, I'm having a bit of a tough time getting started. The docu...
I have a repository that builds and deploys several submodules. These submodules share some common code defined in shared modules within the repository. I'm trying to un-complicate the current setu...
Hi there! I'm trying to use the chatgpt pr review pipe and it fails with "too many tokens in your message (over 128000)" whenever I edit a large file. The file is an sql dump of test data and genera...
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...
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...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.