Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Nov 3, 2019
1 parent c19aabd commit d7e87c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ private Method findIsRoutableMethod() throws NoSuchMethodException {
return method;
} catch (ClassNotFoundException e) {
LOGGER.warning("This test requires Jenkins 2.154, Jenkins LTS 2.138.4, or newer to run, use e.g. -Djenkins.version=2.138.4");
// TODO add a fallback implementing similar code directly here
return null;
}
}
Expand Down

0 comments on commit d7e87c1

Please sign in to comment.