zuul-jobs/roles/stage-output
Andrea Frittoli (andreaf) ac60bc714b Improve file renaming in stage-output
We only rename the extensions for files specified in zuul_copy_output
but we should rename files in folders specified in zuul_copy_output as
well. In addition we need to rename files or folders that start with a
'.' which would otherwise not be visible once uploaded to logs.

Change-Id: Id55ab51019d10d5ccbc6531549758ac71ad276be
2018-02-16 08:03:56 +00:00
..
defaults Add compress capabilities to stage artifacts 2017-11-16 12:02:00 +00:00
tasks Improve file renaming in stage-output 2018-02-16 08:03:56 +00:00
README.rst Change the list of extensions to a dict 2018-02-08 18:52:13 +00:00

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 intended to be used before output fetching in a base job's post-playbook.

Role Variables