vaneyckt/Jently

Option to rebuild a test manually

Opened this issue · 2 comments

like Travis' "Restart build", I am wondering if there is an option to do this?

Currently to manually run a build, I go to Jenkins Job -> Build with Parameters and click run. This is fine but it does not update Github when the test change state.

👍

@jesseadams truth be told I've been thinking about creating an updated version of Jently with a nice UI and a whole bunch of other features that people have requested. I just find it hard to find the time right now.

Things I would like to focus on:

  • better logging / error handling
  • adding UI support for cancelling / restarting / prioritizing builds
  • using ETags in order to avoid rate limiting issues
  • using Github hooks to further limit the number of requests made
  • supporting a wider range of authentication functionality
  • support for whitelisting / blacklisting based on the target branch

Just need to find the time 😓