5c05925d00
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
4 lines
66 B
YAML
4 lines
66 B
YAML
builders:
|
|
- nodejs:
|
|
script: "console.log('Some output');"
|