Configure codebase
CI pipelines build and test code that is pulled from Git code repositories.
Git Clone step in CI
Clone a repository into the CI stage's workspace.
Clone multiple code repos in one pipeline
Use Git Clone steps to clone additional code repos into a pipeline's workspace.
Clone a subdirectory
Use a Run step to clone a subdirectory instead of an entire repo.
git revert from a CI pipeline
Use a run step to revert git commit(s).
CI codebase variables reference
Use Harness' built-in expressions to reference various Git codebase attributes in pipeline stages.
SCM status checks
Configure branch protection and status checks for codebases associated with Harness CI.