Skip to content

Commit 0ced5a0

Browse files
author
Rami Bououni
committed
self hosted agents
1 parent 5b58142 commit 0ced5a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/pipelines/release/caching.md

+10
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ Pipeline caching and [pipeline artifacts](../artifacts/pipeline-artifacts.md) pe
3131
> [!NOTE]
3232
> Pipeline caching and pipeline artifacts are available at no cost for all tiers (free and paid). See [Artifacts storage consumption](../../artifacts/artifact-storage.md) for more details.
3333
34+
## self-hosted agent requirements
35+
36+
The following executables must be located in a folder listed in the `PATH` environment variable. Note that these requirements apply only to self-hosted agents, as hosted agents come pre-installed with the necessary software.
37+
38+
| Archive software / Platform | Windows | Linux | Mac |
39+
|-----------------------------|------------ |--------- |----------|
40+
|GNU Tar | Required | Required | No |
41+
|BSD Tar | No | No | Required |
42+
|7-Zip | Recommended | No | No |
43+
3444
## Cache task: How it works
3545

3646
Caching is added to a pipeline by adding the the [Cache task](/azure/devops/pipelines/tasks/reference/cache-v2) to the `steps` section of a job.

0 commit comments

Comments
 (0)