Platter: New CLI Tool for Jenkins

Just dropped something cool on GitHub that’s been helping myself and former teams a ton with Jenkins automation.

Built this CLI tool called Platter that basically turns all those repetitive Jenkins tasks into simple terminal commands. Started it because I was tired of context-switching between terminal and Jenkins UI while trying to debug pipeline issues. Now I can check build statuses, manage jobs, switch branches, and monitor deployments - all without leaving my terminal.

Super easy to set up, works with any Jenkins instance, and we made it open source so other teams can use it too. Also written in Python as well and is built on the Jenkins Python Library.

This might make your life easier: GitHub - IkePCampbell/platter: Platter is a Python3 CLI Tool to Support Jenkins.