Bitbucket is one of the best-known code repositories. Bitbucket Pipes make building powerful, automated CI/CD pipelines easy.

Highlights

  • Bitbucket is absolutely more flexible – with access to a wider range of version control systems
  • Gives you unlimited private repositories for free, for up to 5 users (and unlimited public repositories at no extra cost)
  • Continuous integration and delivery built-in
  • This tool is written in Python and uses the Django web framework
  • Supports Git and Mercurial VCS
  • Comes with SOC 2 Type II security compliance
  • Available for Mac and Windows and Android via an app
  • Integrates easily with Jira Software, Confluence, and Bamboo
  • Pull requests facilitate code reviews, resulting in higher quality code and an opportunity to share knowledge amongst your team
  • Branch permissions provide granular access control for your team, ensuring the right people can make the right changes to your code
  • Save time combing through usage results with a semantic search that ranks definitions first
  • Supports external authentication with Github, Facebook, Google, and Twitter.
Continuous Integration and Delivery are the foundations of Modern Software Development. the Continuous Integration and Delivery process is going to help your team in the following areas,

In this article, I am going to show you how to set up Continuous Integration and Delivery for SharePoint Framework Web Part using Bitbucket.

Prerequisites

  1. Bitbucket Repository
  2. SharePoint Framework WebPart Solution associated with the Bitbucket Repository – (Refer – SharePoint Framework HelloWorld example)
  3. SharePoint App Catalog Site to deploy the SharePoint Framework WebPart
  4. Add the following environment variables on the Bitbucket repository level
Deploy SharePoint Framework Web Part Using Bitbucket Pipelines And Deployments

At this point, we are ready to integrate our SharePoint Framework WebPart solution with the Bitbucket Pipelines.

Deploy SharePoint Framework Web Part Using Bitbucket Pipelines And Deployments
Deploy SharePoint Framework Web Part Using Bitbucket Pipelines And Deployments
Deploy SharePoint Framework Web Part Using Bitbucket Pipelines And Deployments
Deploy SharePoint Framework Web Part Using Bitbucket Pipelines And Deployments

Hope you found this interesting.

Sharing is Caring!