SantiMA10 / devops-streamdeck

👀 Check the status of your CI/CD environments using your Stream Deck.
MIT License
99 stars 13 forks source link

Autorefesh #6

Open SantiMA10 opened 4 years ago

SantiMA10 commented 4 years ago

Allow enabling autorefresh via the action options.

ardalis commented 4 years ago

It would be good if this automatically re-checked and had some kind of animation when a build fails (or stops failing). CCTray was great for this (see: https://www.wrightfully.com/using-cctray-to-monitor-jenkins-builds)

kdev commented 3 years ago

Accepting an incoming webhook could work, so you don't need to periodically fetch the status but just wait for an incoming request and update based on that. I don't know if this is even possible when used in a plugin?

hilli commented 3 years ago

I don't know if this is even possible when used in a plugin?

Not unless your machine is on a public IP :)

kdev commented 3 years ago

Okay, so the only way to implement this would be to just periodically fetch the latest status 🤷‍♂️