1.0.2 • Published 7 years ago

jenkins-anybar v1.0.2

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

Simple Jenkins monitoring with AnyBar

Install and run AnyBar first:

brew cask install anybar
open -a AnyBar

Install jenkins-anybar from npm:

npm install -g jenkins-anybar

Run it with your credentials where the first argument is Jenkins url and the second is job name:

jenkins-anybar start https://jenkins.yourdomain.com/ job-name

Pass stop as the second argument to stop the service:

jenkins-anybar stop

Build status colors

Monitoring is not active

Build error

Build is working

Build success

Connection error or timeout

Logs

jenkins-anybar uses pm2 process manager underneath, you can install it to get access to logs:

npm install -g pm2
pm2 logs --lines 100
pm2 show jenkins-anybar # show service status
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago