Jenkins CLI allows you manage your Jenkins in an easy way. No matter if you're a plugin developer, administrator or just a regular user, it is made for you!
Jenkins CLI allows you manage your Jenkins in an easy way. No matter if you're a plugin developer, administrator or just a regular user, it is made for you!
To install jenkins-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jenkins-cli
To see what files were installed by jenkins-cli, run:
port contents jenkins-cli
To later upgrade jenkins-cli, run:
sudo port selfupdate && sudo port upgrade jenkins-cli
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.