Merge "Clarify that stage-output doesn't actually write to zuul_output_dir"

This commit is contained in:
Zuul 2022-09-29 17:05:50 +00:00 committed by Gerrit Code Review
commit b095e64337
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
Stage job output on the remote node
Takes as input a dictionary of files/folders named 'zuul_copy_output'.
Copies contents into {{ zuul_output_dir }} on the remote node and is
Copies contents into {{ stage_dir }} on the remote node and is
intended to be used before output fetching in a base job's post-playbook.
If you plan to pair this role with the 'fetch-output' role you should
ensure {{ stage-dir }] is set to match {{ zuul_output_dir }}.
**Role Variables**