-
Octopus Deploy
Be awesome if you supported Octopus Deploy https://octopus.com
-
Chocolatey package
Chocolatey is an apt-get/yum/etc package manager for windows built on top of nuget.
https://chocolatey.org/
https://github.com/chocolatey/choco/wiki/CreatePackages
-
Full screen mode
I want to put this on a huge screen in my office. With big text and big green/red squares. How do I do that? How can I zoom?
-
Collapse server lists with overall status light
Are jobs are organized into folders with multiple jobs as it is quite a large project.
I can add each folder as a jenkins connection to CatLight no problem but there are 20-30 jobs in each jenkins folder.
It would be great if I could collapse each connection so I can see at a glance at a top level which Jenkins folder instance is causing the failure.
So as a user I would like:
- Collapse server lists with overall status light
- Aliases (friendly name) for each server connection
- Ability to sort/order the connections
- organize server connections into
-
Siren / Sound played when a build fails
Hi Guys
I would love to see a setting that you could add a Siren sound to a build failure notification. I really wanted to install this on the computer that is connected to our projector and have the entire team informed when a build fails!! This would be great.
Cheers Joe.
-
Ability to put the build at the top of the queue when using "Build now"
It would be nice to allow the changing of an existing build's priority level like can be done in Visual Studio. Also, allow the explicit setting of the build priority when initiating a new build from the context menu "Build Now" option. This would be helpful after fixing broken builds and bumping them towards the top.
(suggested by Eric)
-
Allow to change font size / zoom.
To adjust number of builds displayed.
-
Cat should not become red for failed gated builds
In TFS, and I suppose other build system have this too, I can do a gated check-in. That is make the server build a shelfset that is not checked in to any branches yet. If the build succeeds, the changes will be checked in, if it fails, nothing will be checked in.
If the build of such a gated check-in fails the cat should not become red.
Submitted by: bit bonk.
-
Display different icon for cancelled build and return status to previous build
I build was broken and displayed as such.
The next action then was - someone tried to fix it and then started a build. They then had a change of heart, having thought of something and cancelled the build.
The dashboard icon for the individual build should change from the white arrow on green (running/queued build) to a new icon for cancelled. The overall status of the build definition should be taken from the last completed build and should not remain as running, so in this case should change from the large green arrow to the white cross in a red circle.
-
Reconcile notifications
It would be awesome if you could add reconcile notifications after TFS gated checkin. Just like the VS build notification app does.
-
Planned
API Hooks
Just downloaded your application and I'm really impressed. It works really well. I'm currently working on some continuous deployment stuff for the company I work at and specifically running scripts on a local machine as a result of a particular build succeeding, failing etc.
It would be really awesome to be able to leverage all of the polling and notification stuff that you guys are already doing and be able to react to certain events (i.e. run a script when Project A succeeds -> passing in build context perhaps to the script).