Thieriot is a simple shell tool for projects that use Git and Jenkins, and allows you to easily check which of your branches currently have builds. And then to easily create/start/delete builds with a single command.
Thieriot is a simple shell tool for projects that use Git and Jenkins, and allows you to easily check which of your branches currently have builds. And then to easily create/start/delete builds with a single command.
To install thieriot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install thieriot
To see what files were installed by thieriot, run:
port contents thieriot
To later upgrade thieriot, run:
sudo port selfupdate && sudo port upgrade thieriot
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.