jenkins-job-builder/tests/builders/fixtures/nodejs-full.yaml
vbotay 5c05925d00 Add NodeJS executor build step
Currently there is no possibility to setup options for 'NodeJS Plugin'
https://wiki.jenkins.io/display/JENKINS/NodeJS+Plugin
But 'NodeJS Plugin' is widely used to get ability of executing JS in build step
So this patch introduces configuration options for 'Execute NodeJS script' build step.

Change-Id: Ie0a9863f235d4199a6de350036394b8d054eb1e9
2017-10-24 22:01:00 +00:00

6 lines
147 B
YAML

builders:
- nodejs:
name: "NodeJS_8.1"
script: "console.log('Some output');"
config-id: "e3757442-7c21-4a65-a1ff-6c70f5c6df34"