This is a cache of https://docs.openshift.com/container-platform/3.4/architecture/additional_concepts/scm.html. It is a snapshot of the page at 2025-01-27T04:02:43.053+0000.
Source Control Management - Additional Concepts | Architecture | OpenShift Container Platform 3.4
×

OpenShift Container Platform takes advantage of preexisting source control management (SCM) systems hosted either internally (such as an in-house Git server) or externally (for example, on GitHub, Bitbucket, etc.). Currently, OpenShift Container Platform only supports Git solutions.

SCM integration is tightly coupled with builds, the two points being:

  • Creating a buildconfig using a repository, which allows building your application inside of OpenShift Container Platform. You can create a buildconfig manually or let OpenShift Container Platform create it automatically by inspecting your repository.

  • Triggering a build upon repository changes.