jenkins-cli

🎛️ Interactive Explorer

The full-screen TUI explorer — panel layout, key bindings, and focus tricks.

The interactive explorer is a full-screen TUI with three panes: jobs, builds, and logs.

+------------------+------------------+-----------------------------------------+
|      Jobs        |      Builds      |                 Logs                    |
|  (filter live)   | (#  State Dur Age)|  syntax highlight / search / follow     |
+------------------+------------------+-----------------------------------------+
|  Status / Key Hints & Active Filters / Pane Focus Indicator / Help (?)        |
+--------------------------------------------------------------------------------

Launch it with:

jenkins --interactive            # root flag form
jenkins interactive              # explicit subcommand form

⌨️ Key Bindings (Core)

KeyActionKeyAction
qQuitfToggle follow
rRefreshSToggle build sort
1/2/3Focus panetAuto-refresh toggle
←/→Cycle panesaArtifacts popup
/Contextual search (jobs or logs)cClear filters
bBuild text filterBBuild fuzzy search
mBookmark lineMJump to bookmark
e/W/iJump ERROR/WARN/INFOg/GTop / Bottom
lToggle line numbers?Help overlay

🎯 Focus Tricks

  • Single job mode: jenkins interactive --jobs my-service hides the Jobs panel for more log real estate.
  • Emojis auto-replaced in plain terminals (CI, VS Code) → textual tokens.

On this page