mockersf / jenkins-api.rs

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

Fetch job config.xml #55

Closed jstarcher closed 4 years ago

jstarcher commented 4 years ago

I don't see a way to pull the job config which is available at http://127.0.0.1:8080/job/test1/config.xml

Am I missing it?

mockersf commented 4 years ago

you should now be able to get it as a String with get_config_xml