While using atlassian/ms-teams-notify:0.1.0, it is reporting an incorrect security issue for Uncovered a Microsoft Teams Webhook. While the webhook is being read through pipeline environmen...
Hi, I know this is a big jump, but the release of our pipe was working fine before, and now it is failing with a cryptic message. I suspect this is related to the inability to push ...
When I try to use the pipe atlassian/aws-sam-deploy:2.4.1 with the "--parameter-overrides" option I get the error: "No such option: --parameter-overrides environment Did you mean --parameter-override...
When pushing the image to ECR using the tag 1.2.3-RC2 , it doesn't work. I am using the plugin from aws-ecr-push-image version 2.4.2. However, when I use version 1.6.2, it works. Why is this ha...
I have an IAM account in my root AWS Account. This then assumes roles in various other accounts to perform deployment actions, dev, test, shared etc When pushing the ECR image to a shared...
We're trying to use a custom pipe that builds its own workspace variable names. In the past, we've always declared the deployment and workspace variables in the variables block for the pipe and...
...utside. Essentially, this means we want to collect information from a built Docker image as an SBOM, and send that in an API request to our Dependency Track instance. I actually created a new (public) P...
...uch file or directory Searching for files matching artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/**
Looking to invalidate multiple distributions. Is it possible to list them all.
We are using Bitbucket pipelines in combination with a private repository hosted on S3. Although the renovate product supports S3 hosted repositories just fine, it does not work for the pipe. The rea...
Guys, please, spare my sanity. I'm trying to run a curl command with atlassian/ssh-run:0.8.1 as follows to no avail: curl --request POST --url https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_...
I've a Jenkins instance in AWS inside a protect VPC, and I'do like to setup the security group for this VPC to Accept access only by Bitbucket. Is It Exists a IP list that I can setup in my Security...
I have simple custom pipe: https://bitbucket.org/itrust-dev/call-webhook-pipe/ Image is build and pushed to DockerHub and it is public available (`docker pull lapierre/call-webhook:1...
1. Request for additional logic to split into multiple batches to call and combine the results when GPT token is exceeded 2. Added EXCLUX_FILES i'm using it very well. thank y...
...EBUG: Starting new HTTPS connection (1): bitbucket.org:443 88 DEBUG: https://bitbucket.org:443 "GET /bitbucketpipelines/official-pipes/raw/master/pipes.prod.json HTTP/11" 200 None 89 I...
I am getting a validation error when trying to the aws-eks-kubectl-run:2.8.0 pipe even when setting the disable_validation flag to true: Pipe: - pipe: atlassian/aws-eks-kub...
...everal containers active for pipelines. Interestingly, when I enter one of these containers from within the DinD and try to access bitbucket.org , the connection fails, even though other public d...
Hi Team, We are currently running our runners on Kubernetes using the Autoscaler, with deployments under different names across separate clusters. Although both runners consistently...
Hi Team, We have set up Bitbucket autoscaling runners on our Amazon EKS cluster following the official documentation. Issue: The runners are frequently going offline. Additionally, old Kubernetes j...
Hello guys, We use self-hosted runners with arm64 platform and need to send notification emails for successful deploy for our pipeline. email-notify is good solution for this purpose but it ...
Looking to execute a script on a remote host from a pipeline running in Bitbucket with a Parameter. Found this example on-line, but I'm looking for the documentation needed to build something l...
- step: &restoreDefaultDatabase name: 'Deploy to Environment' script: - pipe: atlassian/ssh-run:0.8.0 variables: SSH_USER: $REMOTE_SERVER_USER ...
I am using bitbucket renovate scan pipe in my bitbucket-pipeline yaml. Added all necessary environment variables as mentioned below. Still getting 401 Unauthorized error. RENOVATE_USERNAME:...
Hi team, I have a question regarding the use of the renovate/renovate:37.6-full image in our Renovate scan pipeline. Is it necessary to continue using this specific version? Additionally, is it p...
I'm using a Bitbucket Pipeline to deploy to a cPanel account using SSH. I have an initial build step that generates a `dist` folder with files. Once I SSH into the cPanel account, I need to know ...
Copied to clipboard