}
} catch (URISyntaxException ex) {
java.util.logging.Logger.getLogger(JenkinsServer.class.getName()).log(Level.SEVERE, null, ex);
} catch (IOException e) {
LOG.warn("Problem occured while checking Jenkins Server:"+requestURI);
throw new MissingProjectException(projectName,e);
}
} catch (UnsupportedEncodingException ex) {
LOG.warn("Couldn't encode project URL for Jenkins CI build server project called: "+projectName, ex);
} catch (MalformedURLException ex) {