Source Control Management
You are viewing documentation for a release that is no longer supported. The latest supported version of version 3 is [3.11]. For the most recent version 4, see [4]
You are viewing documentation for a release that is no longer supported. The latest supported version of version 3 is [3.11]. For the most recent version 4, see [4]
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 aBuildConfig
manually or let OKD create it automatically by inspecting your repository.Triggering a build upon repository changes.