This directory contains an example script-based Remote Script Node Step Plugin.
make
produces:
example-script-remote-node-step-plugin.zip
example-script-remote-node-step-plugin/plugin.yaml
: Defines the metadata for the plugin
example-script-remote-node-step-plugin/contents/
: directory containing necessary scripts or assets
example-script-remote-node-step-plugin/contents/nodestep.sh
: the script defined in plugin.yaml to be executed for the plugin
The plugin.yaml file declares one script based service provider for the RemoteScriptNodeStep service.
Install the plugin in your $RDECK_BASE/libext directory:
mv example-script-remote-node-step-plugin.zip $RDECK_BASE/libext