1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Make jenkins widget interactive

This commit is contained in:
Anand Sudhir Prayaga
2018-08-30 14:46:03 +02:00
committed by Anand Sudhir Prayaga
parent dccf04a27a
commit d4853f7cfd
8 changed files with 189 additions and 25 deletions

View File

@@ -17,6 +17,26 @@ Displays jenkins status of given builds in a project or view
wtf/jenkins/
```
## Keyboard Commands
<span class="caption">Key:</span> `[return]` <br />
<span class="caption">Action:</span> Open the selected job in the browser.
<span class="caption">Key:</span> `j` <br />
<span class="caption">Action:</span> Select the next job in the list.
<span class="caption">Key:</span> `k` <br />
<span class="caption">Action:</span> Select the previous job in the list.
<span class="caption">Key:</span> `r` <br />
<span class="caption">Action:</span> Refresh the data.
<span class="caption">Key:</span> `↓` <br />
<span class="caption">Action:</span> Select the next job in the list.
<span class="caption">Key:</span> `↑` <br />
<span class="caption">Action:</span> Select the previous job in the list.
## Configuration
```yaml