Questions related to Bitbucket Pipelines CI/CD.
I have been trying to wrap my head around how to utilise BitBucket's Pipelines to auto-deploy my (Laravel) application onto …
docker ssh bitbucket vps bitbucket-pipelinesWith an increase in the number of Deployment Groups in AWS CodeDeploy, BitBucket Pipelines are starting to fail more often. …
python amazon-web-services boto3 bitbucket-pipelines bitbucket-aws-code-deployI have this pipeline file to unittest my project: image: jameslin/python-test pipelines: default: - step: script: - service mysql …
bitbucket-pipelinesIs it possible to combine multiple branches that have the same steps within bitbucket pipelines? ex: The teams I work …
git yaml bitbucket bitbucket-pipelinesI would like to share a variable across two steps. I define it like: - export MY_VAR="FOO-$BITBUCKET_…
environment-variables bitbucket-pipelinesI am new to bamboo. What I try to do is collecting all .dacpac files that are created during the …
bamboo bitbucket-pipelinesIs it possible to share steps between branches and still run branch specific steps? For example, the develop and release …
bitbucket bitbucket-pipelinesI'm using gitbucket for both my repository and for pipelines. I have a terraform config file with a remote state …
amazon-s3 terraform bitbucket-pipelines gitbucketI'm using Bitbuckets Pipeline. I want it to push the entire contents of my repo (very small) to S3. I …
amazon-s3 bitbucket bitbucket-pipelinesI'm trying to deploy a bitbucket pipeline using terraform v0.14.3 to create resources in google cloud. The pipeline fails with …
terraform bitbucket-pipelines terraform-provider-gcp