zuul-jobs/roles/fetch-javascript-content-tarball/README.rst
Tristan Cacqueray a327047c14 fetch-javascript-content-tarball: add create_tarball variable
This change enable publish job to also create the tarball before fetch.

Change-Id: If4b5a1be8d3ce61ff45b04be23cf80a802760ec8
2018-10-02 17:12:25 -05:00

17 lines
463 B
ReStructuredText

Fetch a Javascript content tarball back to be published.
A content tarball is one that contains built javascript/css artifacts,
such as but not limited to those produced by the webpack ArchivePlugin.
**Role Variables**
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
Directory to work in.
.. zuul:rolevar:: create_tarball_directory
Create a tarball with the contents of create_tarball_directory
(relative to zuul_work_dir).