cliffano / nestor

Jenkins CLI and node.js client
http://blog.cliffano.com/tag/nestor/
MIT License
181 stars 27 forks source link

Order executors by activities #22

Closed cliffano closed 11 years ago

cliffano commented 11 years ago

Currently executor command lists the build nodes as returned from Jenkins API. When there are lots of build nodes and only the one has an active executor, this is often not visible on a terminal and forces the users to scroll up/down.

Nestor should only lists active executors, and summarises idle executors, e.g.

cliffano commented 11 years ago

Included in v0.2.0 .