Workspaces
Shared build workspaces
Workspaces allow jobs within the same build to share files. They are useful when you want to use build artifacts from a previous job. For example, you create a cache that can be used in multiple jobs in the same build later.
See also
Keys
create
— (type: map)use
— (type: sequence of string, or string)
Examples
workspaces:
create:
name: string
paths:
- string
use:
- string
workspaces:
use: string