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:
committed by
Anand Sudhir Prayaga
parent
dccf04a27a
commit
d4853f7cfd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user