Skip to content
Discussion options

You must be logged in to vote

So, the real key thing to remember here is that each job runs "in isolation", in its own unique temp directory (and commonly on different servers too). So if you want to pass data and files between jobs, you need to be explicit and tell xyOps exactly what you want to do.

Basically, if any job produces a file, and you want to pass that along to the next job, you have to tell xyOps which files you want to keep. This is done via printing a small JSON blob to STDOUT. Full instructions here: https://docs.xyops.io/#Docs/plugins/output-files

The "Fetch Bucket" action only grabs data and/or files for the current job to which it is attached. It doesn't have any knowledge of other jobs you might ha…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@greenaar
Comment options

@jhuckaby
Comment options

Answer selected by greenaar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants