Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are two models for managing EBS build and deployments. Both models are grounded on having EBS customizations stored in a Source Control Management System (SCM), such as Subversion, Git, CVS, or Microsoft Team Foundation Version Control (TFVC)..

Info
titleSupported SCM Types

Include Page
FlexDeploy Supported SCM Types
FlexDeploy Supported SCM Types

  • Full Deployment model – All customizations committed to an SCM branch are eligible for build and subsequent deployment to one or more environments. This model is suitable when there are structured releases, and branching and merging SCM strategies are used to manage concurrent development. This model supports continuous integration, and minimizes the day to day maintenance of picking and choosing which files to include in build and deployments.
  • Partial Deployment model – All customizations committed to an SCM branch are candidates for build and subsequent deployment to one or more environments. This model is suitable when a single SCM branch contains changes that will be built and deployed to the environments on different timelines. In this model, developers have the flexibility to select individual files at build time, assembling them into packages. These packages can then be deployed across the environments according to business requirements. 

...