Deprecated Jobs¶
-
build-javascript-tarball
¶ Build a source tarball for a Javascript project
** DEPRECATED: Switch to build-javascript-source-tarball **
Responds to these variables:
-
node_version
¶
Default:6
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-content
¶ Build javascript web content as it should be deployed.
** DEPRECATED: Please switch to build-javascript-release **
Responds to these variables:
-
npm_command
¶
Default:build
Command to pass to npm.
-
node_version
¶
Default:6
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-content-tarball
¶ Build an archive of javascript web content as it should be deployed.
** DEPRECATED: Please use build-javascript-deployment **
Responds to these variables:
-
npm_command
¶
Default:build
Command to pass to npm.
-
node_version
¶
Default:6
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.
-
create_tarball_directory
¶ Create a tarball with the contents of create_tarball_directory (relative to zuul_work_dir).
-
-
nodejs-npm
¶ Base job for javascript operations using npm. ** DEPRECATED: Switch to js-build **
Responds to these variables:
-
npm_command
¶
Default:build
Command to pass to npm.
-
node_version
¶
Default:6
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-npm-run-test
¶ Run test using nodejs. This test also starts Xvfb for run time tests.
** DEPRECATED: Please switch to nodejs-run-test **
Responds to these variables:
-
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-npm-run-lint
¶ Run lint using nodejs.
** DEPRECATED: Please switch to nodejs-run-lint **
Responds to these variables:
-
node_version
¶
Default:6
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-npm-run-docs
¶ Run docs using nodejs.
** DEPRECATED: Please switch to nodejs-run-docs **
Responds to these variables:
-
npm_executable
¶
Default:autodetected
Command to use for running npm, such as npm or yarn.
-
node_version
¶
Default:6
The version of Node to use.
-
zuul_work_dir
¶
Default:{{ zuul.project.src_dir }}
Path to operate in.
-