Hi everyone, I’m working on a Forge app for Bitbucket, and I’m trying to determine if there are any trigger events specifically for pipelines, such as when a pipeline is created, started, or complet...
I configure my pipeline as follows: image: <image> pipelines: default: - parallel: - step: name: Test runs-on: - self.hosted - linux script: - ls - step: name: Lin...
Welcome Atlassians, I work with clients who are using to GitHub and GitLab, but I think Bitbucket could offer better value for their needs. I’d love to hear from the community: What are your go-...
Hi, I tried to use gpt-4o and it's not supported, any plans to add support for it in the future? Thank you!
Pipelines are failing with the error To access this repository admin must whitelist your IP.
Specific error message: Status: Downloaded newer image for bitbucketpipelines/bitbucket-dependency-scanner:0.1.4 time="2024-11-19T16:21:25Z" level=error msg="error waiting for ...
Hello team, Today I'm getting the same message as the colleague here => https://community.atlassian.com/t5/Bitbucket-questions/What-does-quot-Error-occurred-whilst-processing-an-artifact...
Hello All, We are just getting into pipelines and I've been trying to configure a pipeline to run a maven spotless plugin goal for all PRs on a specific branch without success. pipelines: pull-r...
Hi I am trying to setup integration testing and wondering if there is a way to restore .sql dump file onto the test database, using postgres service. Ideally, I would like to use the tools that come...
I put all the ip in https://support.atlassian.com/bitbucket-cloud/docs/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall/ but nothing change... pipeline re...
...unner spec: template: metadata: labels: accountUuid: ********************** repositoryUuid: ********************* runnerUuid: ****************** spec: containers: - name: runner image: docker-public...
I'm trying to update an Azure Container App Job using the pipe microsoft/azure-cli-run. I would like to run the command: "az containerapp job update" But for this I need the az containerapp add-on...
Hello team ! We are evaluating various managed CICD vendors including Bitbucket pipelines for our deployment. Bitbucket Pipelines has a higher preference in our category as we are already us...
According to https://support.atlassian.com/bitbucket-cloud/docs/deployment-concurrency-control/ It says: " By tracking your deployments using Bitbucket Deployments, Pipelines will automatically c...
I have implemented a step in my pipeline which runs the dependency scanner tool to check my project; it generates a JSON and an HTML report and should generate the CodeInsights report by (default). ...
....com/vs-openjdk:21 WORKDIR /usr/server/ ... ``` Why does it fail on FROM step of Dockerfile build? When I use public image it runs well.
Problem: Currently, Bitbucket pipelines executes queued pipeline steps in a random order, which can lead to later triggered pipelines running before earlier ones. This lack of control can cause ...
...tlassian/bitbucket-dependency-scanner:0.2.0 Bitbucket Security: Dependency Scanner The bitbucket-dependency-scanner pipe scans your project's dependencies and detect publicly disclosed v...
Since 2024/11/03 (3 November 2024) I started seeing "System error" on most of my pipelines. On the pipeline's page, it shows "Error occurred whilst processing an artifact" without further information...
We have noticed a problem in our pipelines. We are using: image: python:3-12-slim pipenv django and more Two months ago, it took approx 90 seconds to in the pipeline to run "pipenv install". ...
Bitbucket Pipelines is making changes to the way we manage build logs to create a more predictable and standardized set of policies for managing customer generated data. As part of these...
Kia ora koutou Can you please share best practices or patterns related to triggering multiple pipelines for an event? For example, when pushing to a branch, I want to trigger an infra and an app pi...
Kia ora koutou Will there be support for Dynamic Pipelines on the Project Level? I wonder how to structure the pipelines without creating a massive workspace-level pipeline that needs to cater to a...
I would like to know if there is a running bitbucket pipeline. To do that, I'm trying to get all pipelines with the status "in progress", using the API. I found the query to list all pipelines here....
As the topic says, I'm getting the following OAuth error when deploying the runner-controller: ``` self._client.parse_request_body_response(r.text, scope=self.scope) File "/usr/local/lib/python3.10...
Copied to clipboard