Runs operations to build an Angular2 application.
Info |
---|
Node dependencyThis plugin can execute on any endpoint with Node v10.13 or greater. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Node Executable Path |
| No | An absolute path to a Node executable. If not provided, Node.js must be on PATH. See installNodeJS to install Node.js. |
Save Artifacts |
| Yes | If checked, artifacts will be saved to the Artifacts folder automatically. If you need to perform additional steps on the output then set this to false and use a copyArtifacts step later in the workflow. Set to true by default |
Output Folder Directory |
| No | Specify the output path relative to the project location. By default the "dist" folder will be used. |
Production Build |
| Yes | Should the ng build command be appended with the "--prod" flag. Defaults to true. Leave this as true if this build will eventually be served in a production environment. |
Additional Options |
| No | Provide any additional arguments to the ng build command. For example --stats-json |
Artifacts
This operation produces artifacts if the Save Artifacts input is checked. The generated artifact file(s) are automatically copied to artifacts folder and subsequently uploaded to artifact repository.
...