mockersf / jenkins-api.rs

Rust client for Jenkins API
MIT License
26 stars 17 forks source link

job: Add 'builds()' method #9

Closed otavio closed 6 years ago

otavio commented 6 years ago

This allows to get the list of builds of a job, without needing to find out the job variant.

Fixes: #8

Signed-off-by: Otavio Salvador otavio@ossystems.com.br

mockersf commented 6 years ago

thanks !