This is a cache of https://docs.openshift.com/dedicated/3/architecture/additional_concepts/scm.html. It is a snapshot of the page at 2024-10-05T05:01:41.643+0000.
Source Control Management - Additional Concepts | Architecture | OpenShift Dedicated 3
×

OpenShift Dedicated 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 Dedicated 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 Dedicated. You can create a BuildConfig manually or let OpenShift Dedicated create it automatically by inspecting your repository.

  • Triggering a build upon repository changes.