Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.
/ waylon Public archive

Waylon is a dashboard to display the status of your Jenkins builds.

License

Notifications You must be signed in to change notification settings

adrienthebo/waylon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waylon

Waylon is a dashboard to display the status of your Jenkins builds.

Overview

  • Displays only the desired jobs from one or more Jenkins instances
  • Displays build stability for each job (sunny, cloudy, raining)
  • Groups jobs by building, failed, and successful, and displays job counts for each
  • Mark a failed build as 'under investigation' (requires the description-setter plugin)
  • Multiple views allows for multiple teams to utilize a single Waylon install
  • Nirvana mode displays a calming image of Oregon if all your jobs are green

Setup

Clone the repo:

git clone https://github.com/rji/waylon

Modify config/waylon.yml to point to your Jenkins install, and enter any job names that you wish to display. For the most part, it's self-explanatory, but here's an example for a few of Puppet Labs' FOSS projects:

---
config:
    - refresh_interval: 60  # page refresh interval (in seconds)
views:
    - 'Puppet Labs - FOSS':
        - https://jenkins.puppetlabs.com:
            - username: 'YOUR_USERNAME'
            - password: 'YOUR_PASSWORD'
            - jobs:
                - 'Puppet-Specs-master'
                - 'Facter-Specs-master'
                - 'Hiera-Specs-master'

Deploy

You can deploy locally, on your LAN, or if you have a public Jenkins instance, or push the whole thing to Heroku.

For development, running rackup will launch the app with WEBrick on port 9292:

$ bundle exec rackup
[2014-05-15 10:36:33] INFO  WEBrick 1.3.1
[2014-05-15 10:36:33] INFO  ruby 2.1.1 (2014-02-24) [x86_64-darwin13.0]
[2014-05-15 10:36:33] INFO  WEBrick::HTTPServer#start: pid=41331 port=9292

For deploying the app, you might consider Unicorn, modifying config/unicorn.rb as needed. In it's absolute simplest form, this is:

$ bundle exec unicorn -c config/unicorn.rb
I, [2014-05-15T10:38:08.425598 #41334]  INFO -- : listening on addr=0.0.0.0:8080 fd=9
I, [2014-05-15T10:38:08.425707 #41334]  INFO -- : worker=0 spawning...
I, [2014-05-15T10:38:08.426279 #41334]  INFO -- : worker=1 spawning...

Screenshots

Waylon radiator screenshot (builds) Waylon radiator screenshot (nirvana)

Credits

This application makes use of and/or re-distributes the following open source software:

This application also includes the following content that was released under the Creative Commons Attribution (CC BY) license:

About

Waylon is a dashboard to display the status of your Jenkins builds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published