Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
🐛 update doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 15, 2018
1 parent 28038d3 commit 0155e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extern crate jenkins_api;

use jenkins_api::JenkinsBuilder;
use jenkins_api::build::BuildStatus;
use jenkins_api::job::BuildableJob;

fn main() -> Result<(), failure::Error> {
let jenkins = JenkinsBuilder::new("http://localhost:8080")
Expand Down

0 comments on commit 0155e4a

Please sign in to comment.