Anyone knows if there’s something like travis-cargo but for Jenkins?
Maybe also if there’s a way to have clippy’s output in one of the common “lint” formats.
Anyone knows if there’s something like travis-cargo but for Jenkins?
Maybe also if there’s a way to have clippy’s output in one of the common “lint” formats.
I’m sure you’ve already solved your problems, but I’m going to offer a belated answer in case anyone else stumbles upon this thread as I did over a year ago.
I’ve just written an introductory guide (https://bgill.eu/2018/01/23/rust-jenkins/) covering the common cargo commands, (rustc and clippy) warning parsing and GitHub notifications.