# jabba **Repository Path**: mirrors_puppetlabs/jabba ## Basic Information - **Project Name**: jabba - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jenkins And joB Builder Analysis ![include_graph_example](https://github.com/OSLL/jabba/blob/master/docs/build_up_down.png) ## Installing ``` pip install jabba ``` If you run into `Permission denied` problem either use ``` pip install jabba --user ``` to install `jabba` to your local profile directory, or ``` sudo pip install jabba ``` if you have root access. ### Install prorblems If you see this error after installation ``` GraphViz's executables not found ``` try ``` sudo apt-get install python3-pygraphviz ``` ## Usage Check out [wiki page about usage.](https://github.com/OSLL/jabba/wiki/Basic-usage) ## Examples Check out [examples wiki page.](https://github.com/OSLL/jabba/wiki/Examples) ## For developers Check out [wiki page for developers.](https://github.com/OSLL/jabba/wiki/For-developers)