Skip to content
forked from wolverian/jenky

Jenky is a beautiful radiator for your Jenkins CI server.

License

Notifications You must be signed in to change notification settings

outdooricon/jenky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenky

Jenky is a beautiful radiator for your Jenkins CI server.

Jenky in action

A radiator shows the status of your integration server's build and test jobs in a large format suitable for showing on a large TV or monitor screen on a wall of your office.

Deployment

Jenky is a Javascript/HTML application that runs entirely in your browser. It does need to be served over HTTP. Any HTTP server will do. Jenky runs directly from source; it does not need to be compiled.

Configuration

Jenky comes with an example configuration file. Copy or rename this file to conf.js, in the same directory. Open that file and replace 'change me' with the URL of your Jenkins installation. That's it!

Detailed instructions

  1. Download and extract Jenky to a folder that an HTTP server is serving.
  2. Add your Jenkins's URL to js/conf.js.
  3. (Optional) Add your TypeKit kit ID to js/conf.js and change the default font.
  4. Open the URL to the folder you extracted Jenky into in your browser.

User interface

Most radiators are functional but not pretty. Jenky tries to be both. This means that how Jenky presents information is just as important as the information itself.

We have made most of the choices related to aesthetics and user experience for you. This includes things like colours, use of white space, and making the information hierarchy obvious.

Font

Among these choices is the choice of typeface. By default, Jenky uses Freight Sans Pro, a lovely sans serif that is well suited for Jenky's large, sparse displays of text. It is included in the TypeKit font hosting service's portfolio plan and higher. You can tell Jenky your TypeKit kit ID that includes Freight Sans Pro, and Jenky will automatically use your kit. Add your kit ID to the js/conf.js file you copied from the example configuration file. The key for the kit ID is typekitKitId.

Jenky's default configuration specifies a suitable set of fallback fonts in case Freight Sans Pro is not available. You can also change the value of the font key in Jenky's configuration file. This value can be any valid CSS font-family value.

The important part in choosing a typeface for Jenky is to view the font on an actual radiator screen, where Jenky will actually be used. Fonts look very different on a 13-inch laptop screen and a 50-inch TV.

Status and contributing

Jenky is currently in alpha. It is usable but not robust. Jenky is also missing tests. (How do you test a project that's mostly UI?)

If you have any ideas about how to improve Jenky, we would love to hear from you! Any GitHub issues or even pull requests you send are highly appreciated. If you just want to send a message to the authors, that's fine too.

If you do want to implement a feature or think fix something, we encourage you to take a look at the current issues. If the feature or fix you want to work on is not listed in the issues, please add it.

Authors

About

Jenky is a beautiful radiator for your Jenkins CI server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%