This is a cache of https://docs.okd.io/3.9/architecture/additional_concepts/scm.html. It is a snapshot of the page at 2024-10-03T18:09:46.061+0000.
Source Control Management - Additional Concepts | Architecture | OKD 3.9
×

OKD 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, OKD 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 OKD. You can create a buildconfig manually or let OKD create it automatically by inspecting your repository.

  • Triggering a build upon repository changes.