fzzf: My recommendation for uploading logs is to use a log role provided by the zuul/zuul-jobs project [1]. Let's say you want to upload job logs to a file server (e.g. a httpd server running somewhere), you could use the upload-logs role [2]. If you want, for example, to upload your logs to an Amazon S3 bucket, you could use the upload-logs-s3 role [3], and so on, or even implement your own Ansible role for this purpose [1] https://zuul-ci.org/docs/zuul-jobs/ [2] https://zuul-ci.org/docs/zuul-jobs/log-roles.html#role-upload-logs [3] https://zuul-ci.org/docs/zuul-jobs/log-roles.html#role-upload-logs-s3