For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dependency management strategies

Learn how you can manage dependencies in Harness CI pipelines.

Use Background steps to maintain long-running services over the duration of a stage.

You can run a single instance of a service or multiple instances. For examples of these configurations, go to:

Harness recommends running health checks on background services so that you can ensure the service is running before attempting to interact with it. This can prevent build failures when steps try to run commands on a service that isn't yet running.

You can also manage dependencies through caching and shared volumes or by installing dependencies in Run steps.

Last updated

Was this helpful?