Javascript Jobs

build-javascript-source-tarball

Build a source tarball for a Javascript project

Responds to these variables:

node_version
Default: 14

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

build-javascript-deployment

Build javascript web content as it should be deployed. Publishes a preview site to build logs as well as a tar archive of that web content.

Responds to these variables:

js_build_command
Default: build

Command to pass to npm.

node_version
Default: 14

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

js-build

Base job for javascript operations

Responds to these variables:

js_build_command
Default: build

Command to pass to the javascript package manager..

js_build_tool
Default: autodetected

Command to use for running the package manager, such as npm or yarn.

node_version
Default: 14

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

nodejs-run-test

Run test using nodejs.

Responds to these variables:

node_version
:default: 14

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

nodejs-run-test-browser

Run test using nodejs. This test also starts Xvfb for run time tests.

Responds to these variables:

node_version
:default: 14

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

nodejs-run-lint

Run lint using nodejs.

Responds to these variables:

node_version
Default: 14

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

nodejs-run-docs

Run docs using nodejs.

Responds to these variables:

node_version
Default: 14

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.