cimpler
cimpler copied to clipboard
Feature Request: `cimpler watch <branchname>`
I created a script to inform the user of status updates to a particular branch by polling cimpler status
(see here for a somewhat commented version), but obviously polling cimpler status
is inefficient. It would be nice if cimpler
had this sort of functionality built-in.
I don't have the time to work on this right now, though I would like to if nobody gets to it before me.
This is a good idea... effectively tail the log of a currently building branch. It'd be a little tricky, but totally doable.
I'd add it to the git-build plugin. Expose it as an http endpoint (like the build-status plugin I think).