jenr
is a Jenkins CLI client built in Rust, intended to be used to save you the effort to go through crappy web interfaces or web interfaces at all for that matter.
jenr
is still in early development so it's not installable through Cargo yet.
You'd need to:
- Clone the repo
- Build it:
cargo build
- Run it:
cargo run
jenr
is able to access your Jenkins instance by looking at the JENKINS_HOME
env var so make sure to set that before using it!
If you don't have cargo
installed just yet, you can do it now!