Giter Club home page Giter Club logo

damn-butler's Introduction

damn-butler (0.1.0)

damn-butler is a CLI tool for monitoring Jenkins build jobs using the Jenkins CC file (usually found at http:///cc.xml)

Building

====================

With Go 1.2 or newer installed run the following to install damn-butler

go get github.com/bradylove/damn-butler
go install github.com/bradylove/damn-butler

Usage

====================

Get help!

$ damn-butler help

usage: damn-butler <command> [<flags>] [<args> ...]

A command line Jenkins build monitoring app

Flags:
  --help  Show help.

Commands:
  help [<command>]
    Show help for a command.

all
  Show the status for all available projects

filter [<flags>] <filter>
  Show the status for projects whose names start with given string

host add <URL to cc file>
  Adds a new Jenkins host to monitor

host list
  Lists all Jenkins hosts that are being monitored

Add a new Jenkins CC file to watch:

damn-butler host add http://<yourdomain>/cc.xml

List all watched hosts:

damn-butler host list

Currently removing a host is not supported, however you can manually remove a host by modifying the JSON settings file (.damn-butler) which can be found in your users home directory.

Show all projects statuses:

damn-butler all

Show filtered list of projects statuses:

damn-butler filter <Regex for filtering>

Continuously monitor filtered list of projects (current refresh time is every 5 seconds):

damn-butler filter -w <Regex for filtering>

License

============================== MIT License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.