Skip to content

Commit

Permalink
none of the hystrix fallbacks seem to work
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin committed Dec 8, 2015
1 parent 39f9285 commit a210ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ class JenkinsService {
}

Response getPropertyFile(String jobName, Integer buildNumber, String fileName) {
return jenkinsClient.getPropertyFile(jobName, buildNumber, fileName)emove
return jenkinsClient.getPropertyFile(jobName, buildNumber, fileName)
}
}

0 comments on commit a210ef6

Please sign in to comment.