📦
jenkins-tui
jenkins-tui
is a terminal based user interface for Jenkins.
🚧 ⚠️ This app is a prototype and in very early stages of development. There will be bugs and missing functionality. Additionally, it has only been tested on OSX.
Install
pip install jenkins-tui
Configure
The app stores the sensitive stuff at ~/.jenkins-tui.toml
. You can create it manually using the schema below or let the app do it for you on first run.
# .jenkins-tui.toml
url = ""
username = ""
password = ""
Run
jenkins
Develop
Install dependencies
poetry install
Install pre commit hooks
pre-commit install
Run locally
cd src
python -m jenkins_tui.app