---
title: Can I use Bitbucket Data Center with Vercel?
description: You can use Bitbucket Data Center and Bitbucket Pipelines to deploy your application to Vercel.
url: /kb/guide/can-i-use-bitbucket-data-center-with-vercel
canonical_url: "https://vercel.com/kb/guide/can-i-use-bitbucket-data-center-with-vercel"
published: 2025-11-03
last_updated: 2025-11-10
authors: Lee Robinson
related: []
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---
<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [Deploying Bitbucket Projects with Vercel](https://vercel.com/docs/git/vercel-for-bitbucket?from=related&source_path=%2Fkb%2Fguide%2Fcan-i-use-bitbucket-data-center-with-vercel&source_site=vercel-kb&relationship=related) — ​Vercel for Bitbucket automatically deploys your Bitbucket projects with Vercel, providing Preview Deployment URLs, and
- [How can I use Bitbucket Pipelines with Vercel?](https://vercel.com/kb/guide/how-can-i-use-bitbucket-pipelines-with-vercel?from=related&source_path=%2Fkb%2Fguide%2Fcan-i-use-bitbucket-data-center-with-vercel&source_site=vercel-kb&relationship=related) — Learn how to use Bitbucket Pipelines to deploy to Vercel including support for Bitbucket Data Center.
- [Vercel for Bitbucket](https://vercel.com/blog/bitbucket?from=related&source_path=%2Fkb%2Fguide%2Fcan-i-use-bitbucket-data-center-with-vercel&source_site=vercel-kb&relationship=related)
- [vercel build](https://vercel.com/docs/cli/build?from=related&source_path=%2Fkb%2Fguide%2Fcan-i-use-bitbucket-data-center-with-vercel&source_site=vercel-kb&relationship=related) — Learn how to build a Vercel Project locally or in your own CI environment using the vercel build CLI command.
- [Can I use self-managed GitLab with Vercel?](https://vercel.com/kb/guide/can-i-use-self-managed-gitlab-with-vercel?from=related&source_path=%2Fkb%2Fguide%2Fcan-i-use-bitbucket-data-center-with-vercel&source_site=vercel-kb&relationship=related) — You can use self-managed GitLab and GitHub Pipelines to deploy your application to Vercel.
- [Can I use GitHub Enterprise Server with Vercel?](https://vercel.com/kb/guide/can-i-use-github-enterprise-server-with-vercel?from=related&source_path=%2Fkb%2Fguide%2Fcan-i-use-bitbucket-data-center-with-vercel&source_site=vercel-kb&relationship=related) — You can use GitHub Enterprise Server and GitHub Actions to deploy your application to Vercel.
- [Can I deploy a locally built Next.js app to Vercel?](https://vercel.com/kb/guide/deploying-locally-built-nextjs?from=related&source_path=%2Fkb%2Fguide%2Fcan-i-use-bitbucket-data-center-with-vercel&source_site=vercel-kb&relationship=related) — Learn how to deploy a locally built Next.js application to Vercel.
- [How can I use GitLab Pipelines with Vercel?](https://vercel.com/kb/guide/how-can-i-use-gitlab-pipelines-with-vercel?from=related&source_path=%2Fkb%2Fguide%2Fcan-i-use-bitbucket-data-center-with-vercel&source_site=vercel-kb&relationship=related) — Learn how to use GitLab Pipelines to deploy to Vercel including support for self-managed GitLab.

Full cross-link map for this page: [/kb/guide/can-i-use-bitbucket-data-center-with-vercel.graph.md](/kb/guide/can-i-use-bitbucket-data-center-with-vercel.graph.md?from=related&source_path=%2Fkb%2Fguide%2Fcan-i-use-bitbucket-data-center-with-vercel&source_site=vercel-kb&relationship=graph)
<!-- /docsgraph:related -->


Yes, you can use Bitbucket Data Center with Bitbucket Pipelines to build and deploy your Vercel Application.

`vercel build` allows you to build your project inside Bitbucket Pipelines, without exposing your source code to Vercel. Then, `vercel deploy --prebuilt` skips the build step on Vercel and uploads the previously generated `.vercel/output` folder to Vercel from the Bitbucket Pipeline.

[Learn more about how to configure Bitbucket Pipelines and Vercel](https://vercel.com/guides/how-can-i-use-bitbucket-pipelines-with-vercel) for custom CI/CD workflows.