From a7f03343ac32985288a9ac799141cb85f0766c41 Mon Sep 17 00:00:00 2001 From: oleg Date: Wed, 16 Mar 2016 22:24:37 +0300 Subject: [PATCH] add node plugin to the doc --- docs/developing-plugins/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/developing-plugins/README.md b/docs/developing-plugins/README.md index 62c2af9..53e9149 100644 --- a/docs/developing-plugins/README.md +++ b/docs/developing-plugins/README.md @@ -31,6 +31,12 @@ See [mail notification plugin](https://github.com/node-ci/nci-mail-notification) 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 Can use following public api: