Skip to content

Commit 34c5da2

Browse files
committed
Actions and Buckets Docs: Add note regarding job output data and files required for Store Bucket to work. Ref #260.
1 parent f50d0e8 commit 34c5da2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ Example (job success):
485485
}
486486
```
487487

488+
**Note:** The job has to explicitly output data and/or files before the Store Bucket action can see them. See [Output Data](plugins.md#output-data) and [Output Files](plugins.md#output-files) for details.
489+
488490
See [Buckets](buckets.md) for more details on storage buckets.
489491

490492
### Fetch Bucket

docs/buckets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Parameters used by both actions:
9393

9494
See [Store Bucket](actions.md#store-bucket) and [Fetch Bucket](actions.md#fetch-bucket) for full action semantics and notes.
9595

96+
**Note:** The job has to explicitly output data and/or files before the Store Bucket action can see them. See [Output Data](plugins.md#output-data) and [Output Files](plugins.md#output-files) for details.
97+
9698
## Workflows And Buckets
9799

98100
Buckets are commonly used in workflows to pass artifacts and state between nodes without a direct connection between them. Attach Fetch/Store actions to the relevant workflow nodes:

0 commit comments

Comments
 (0)