1.3.1 • Published 4 years ago

abbot v1.3.1

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

abbot

simple nodejs jenkins client to poll job statuses.
One job is polled at a time.
As soon as job is done building, it will update the status and exit.

Installation

$ npm -g i abbot

Usage

$ abbot

Parameters

The questions in the beginning can be overridden, by providing them as paramters

optionwhat it does
--instancewhich instance (this can be the name of the instance, the url or its position in the list of instances)
--jobthe name of the job to poll
--buildthe build number

finished

When a build is finished, it will invoke the terminal bell and notify you.
if you have the terminal-notifier installed, it will use that as well.