I am trying to integrate the sonarqube to bitbucket pipeline, and have following code there - pipe: sonarsource/sonarqube-scan:1.0.0 variables:
We use Bitbucket pipelines in our CI for testing, Our application is NestJS with Typescript tested with Jest. We always got all tests running, however few days
I'm trying to set Bitbucket pipelines to run Maven verify command. What I currently struggle with is how to access dependencies that are defined in my POM. I ha
see sample script below. somehow resembles how our pipeline looks like but not really obviously. steps: - step: &test-sonar name: test and ana
Newbie in Docker & Docker containers over here. I'm trying to realize how can I run a script which is in the image from my bitbucket-pipeline process. Som
For one of my repos I need to see the value I set to a secure property of a deployment (created as described in https://support.atlassian.com/bitbucket-cloud/do
When I try to build an image for my application, an image that relies upon buildkit, I receive an error: failed to dial gRPC: unable to upgrade to h2c, received
Any help sooner would be greatly appreciated I am using PIPE to connect to Jenkins pipeline from BB and using the below code in my BB.yml - step: &functiona
I'm trying to set up a pipeline in Bitbucket with a daily schedule for two branches. develop : There a scheduled daily deployment running + when I push to this
Say, I have a tag based pipeline on bitbucket like this pipelines: tags: v*: - step: I don't want to run pipelines on PATCH version changes semver
This is both a question and an answer. I've fixed my problem, but it seems a bit wrong. My original problem is running my asp.net core integration tests in a b
What I’m doing is trying to make bitbucket pipline do my iOS CD, I included docker fastlanetools/fastlane image and in the steps i pull and run the docker
I have a Bitbucket pipeline where it creates AWS resources using cloudformation and deploys website to it. But deployment fails even the cloudformation creates
In Android, you can easily build an APK as long as you have Android SDK image. Then create a release (internal, beta, production) automatically on PlayStore. Ho
I'm using BitBucket Pipelines for the first time to SSH into a development server and perform a git pull origin branch whenever a push is made to the said branc
I am creating a Bitbucket pipeline to deploy code from Bitbucket to an AWS EC2 instance. The steps required to do this in the pipeline are: Package all the code
I have a Nuxt app that I want to test with Cypress in CI. I've seen in the Cypress documentation that you have to install some third-party package to wait for t
I got this pipeline and a runner on my remote machine bitbucket_pipeline.yml: image: rust pipelines: branches: master: - step:
I'm using gitbucket for both my repository and for pipelines. I have a terraform config file with a remote state configured which runs fine on my local machine