You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -485,6 +485,8 @@ Example (job success):
485
485
}
486
486
```
487
487
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
+
488
490
See [Buckets](buckets.md) for more details on storage buckets.
Copy file name to clipboardExpand all lines: docs/buckets.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,8 @@ Parameters used by both actions:
93
93
94
94
See [Store Bucket](actions.md#store-bucket) and [Fetch Bucket](actions.md#fetch-bucket) for full action semantics and notes.
95
95
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
+
96
98
## Workflows And Buckets
97
99
98
100
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