add node plugin to the doc

This commit is contained in:
oleg 2016-03-16 22:24:37 +03:00
parent dbd84ea32f
commit a7f03343ac

View File

@ -31,6 +31,12 @@ See [mail notification plugin](https://github.com/node-ci/nci-mail-notification)
for example. for example.
## Node plugin
Extends nci with different node types (e.g. ssh, docker, etc) for executing
builds. To implement such plugin you need to make subclass of `BaseNode`.
## Custom plugin ## Custom plugin
Can use following public api: Can use following public api: