Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zanders3/butler
A really simple Jenkins build notification app
https://github.com/zanders3/butler
cpp jenkins jenkins-ci notifications win32
Last synced: 4 months ago
JSON representation
A really simple Jenkins build notification app
- Host: GitHub
- URL: https://github.com/zanders3/butler
- Owner: zanders3
- License: mit
- Created: 2018-01-23T22:29:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T08:40:22.000Z (about 7 years ago)
- Last Synced: 2024-09-29T11:45:34.049Z (4 months ago)
- Topics: cpp, jenkins, jenkins-ci, notifications, win32
- Language: C++
- Homepage:
- Size: 878 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
Butler
======A really simple Jenkins build notification app for Windows. Keep an eye on your builds from the system tray!
![Main Window](https://github.com/zanders3/butler/blob/master/mainwindow.png "Main Window")Setup
=====Either [Download](https://github.com/zanders3/butler/releases) and run the latest exe or open `butler.sln` in Visual Studio 2015 and press F5.
The settings screen will then ask for the HTTP path to your Jenkin's cc.xml e.g. `http://jenkins/cc.xml`. Settings are stored in a `settings.ini` alongside the exe.
![Settings](https://github.com/zanders3/butler/blob/master/settings.png "Settings")
The focus for this app is on minimal use of resources - the exe is 1.1MB and eats a whole 1.7MB of memory when running!