zuul-jobs/roles/stage-output
Tony Breeds 4293d8b8d9 [docs][trivial] Remove redundant colon :
Using "For Example::" marks the next block as code, so we end up
emiting ".. code-block:: yaml"[1] as a code block which we don't really
want.  Remove the additional ':' so we emit the expected HTML.

[1] Check https://zuul-ci.org/docs/zuul-jobs/general-roles.html#role-stage-output
    before merge

Change-Id: Ic2e1fb9acb6a6b4ec77bf1ee0ec9ac5d809dfb7c
2022-10-19 12:10:50 -05:00
..
defaults Stop compressing files during intermediate steps part 2 2020-01-08 09:24:45 -08:00
library Remove shebang from all python ansible modules 2022-09-15 13:48:10 -07:00
tasks Speed up log file fetching tasks 2022-09-06 16:17:53 -07:00
__init__.py Speed up log file fetching tasks 2022-09-06 16:17:53 -07:00
README.rst [docs][trivial] Remove redundant colon : 2022-10-19 12:10:50 -05:00

Stage job output on the remote node

Takes as input a dictionary of files/folders named 'zuul_copy_output'. 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