mockersf / jenkins-api.rs

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

[Question]: Mocking Jenkins Server for tests #71

Closed mattkamandesonos closed 3 years ago

mattkamandesonos commented 3 years ago

Salut! I'm integrating this lib and would like to mock the jenkins server for tests.

I was looking around and saw this in the .travis.yml

docker run -d -p 127.0.0.1:8080:8080 mockersf/jenkins-api-rs-tests

Do you mind sharing the Dockerfile for mockersf/jenkins-api-rs-tests?

Thanks