I can't get past the "not a git repository" issue. I created a self-hosted windows runner in bitbucket. I followed the commands from creating the self-hosted runner download the runner zi...
Hi everyone! I am working on a bitbucket pipeline. I have a workspace with multiple repositories. Previously, I was able to fetch and clone all the repos from the workspace. But now, I don't know wh...
I am trying to update my pipeline aws lambda deployment version so that it could include a later version of boto3. I am using a multistep process to deploy to multiple aliases but it always ...
...bsp; -e WORKING_DIRECTORY=/tmp --name runner-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx docker-public.packages.atlassian.com/sox/atlassian/bitbucket-p...
Hi sorry if I'm lacking details here. But when I run a pipeline on bitbucket . org , (say to a test environment or to a production environment) is there a way to double-check that I am deploying to ...
BitBucket deployment correlates with JIRA card. So, when deploy using pipeline, the card status reflects the step failure/successful result. On the other hand, I need a way to skip deployment altoget...
As title says I would love to have a way to separate changed files (that were commited) from rest of the repository. It could help me save a TON of time and deployment proccess, although if you know ...
So I'm trying to deploy a Wordpress plugin to a WPEngine-hosted website using Bitbucket Pipelines. I'm using WPEngine's pipe: https://bitbucket.org/wpengine/wpe-site-deploy/src/main/pipe.yml&nb...
Hi Team, I need to display on JIRA comments section of each Jenkins job's "build status" and "build number" which is triggered from JIRA ticket . My requirement is "How to pass current select...
Hi everyone, I would like to ask you a few questions (hoping I'm not totally off the mark). We have a little "CICD" and I have to improve it. I'm a junior so I'm a little bit confused with some info...
help!
I want to set up pipelines for building an application. I built a custom container for the build but can't pull the container (public repository). I am using a basic pipeline that just pulls a c...
I am trying to run my bitbucket pipeline ```branches/main``` with this script. Currently, when I run it, I see no output. No error/success message. When I check on bitbucket, the pipeline has not run...
For security and performance, I want to disable "Data Pipeline" in our Confluence instance. May I disable 2 system addons "Atlassian Data Pipeline Confluence Plugin" & "Atlassian Data Pipeline C...
Currently there are 4 Pipeline tools in JSM. Bitbucket, Jenkins, CircleCI and Octopus deploy, do we know if there will be more pipelines being introduced such as Azure Devops soon?
hi ! i'm very junior developer, I will try to explain as best I can I'm trying to set up the CICD, my project is split into API / dasboard front in my dashboard project, in my pipeline i run ...
My current branch/pipeline strategy is as follows: master -> Production Branch dev -> development Branch feature/*, bugfix/* -> feature or bugfix branches off of dev branch release/* -&...
We are using $BITBUCKET_BUILD_NUMBER to identify our test runs in cypress, however if we retrigger a step then the $BITBUCKET_BUILD_NUMBER value is the same. Is there any built in variable...
Hi, I have a set of keys / secrets that I would like to store in a single JSON file instead of separate repository variables in Bitbucket pipeline like the below: ( "ENV": { ...
I am developing an application that uses the `sockets` package. I included `unittest` unit tests to test the application. The complete bitbucket-pipelines.yml: image: python:3.8 pipelines: defaul...
When I clicked Run pipeline in a commit, I see this window. There is a dropdown. How can I add more pipeline to the dropdown list?
Hello, community! In a nutshell i have a following test pipeline that drives me crazy: image: atlassian/default-image:2 pipelines: default: - step: name: 'Init submodule' ...
All, The bitbucket pipleline push to AWS s3 failed half way through. Some of the files got moved into AWS s3 bucket while others did not. Is there a way to run this in atomic manner...either...
Hello Team, We are working on a proof of concept which to assess use of cloud bit bucket pipelines to deploy in our on premise machines. The high level steps are : a. Build .net, SSRS , SSIS (SQL ...
I'm using restcli tool (https://github.com/restcli/restcli) - command-line test tool for HTTP testing in bitbucket pipelines. It produces test results in JUnit format, but suddenly bitbucket pipelin...