89f68c5ca0
If a javascript job produces web content that should be deployed (such as zuul-web or storyboard-webclient) we should collect that in the post step of the job and put it into the html/ directory. While in there, add a bunch of get_*: false entries for the stat calls. Calculating the md5 and whatnot is expensive, and we should really always set them to false unless we're *using* the hash values. Change-Id: I9b96656aa5f225e4b069a78442cf0159cadc9009
15 lines
314 B
ReStructuredText
15 lines
314 B
ReStructuredText
Collect outputs from a javascript build
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: zuul_work_dir
|
|
:default: {{ zuul.project.src_dir }}
|
|
|
|
Directory to work in
|
|
|
|
.. zuul:rolevar:: javascript_content_dir
|
|
:default: dist
|
|
|
|
Directory, relative to zuul_work_dir, in which javascript output content
|
|
is to be found.
|