activeConfig.getGerritSshPort(),
activeConfig.getGerritProxy(),
activeConfig.getGerritAuthentication()
);
setGerritProjects(readProjects(sshConnection.executeCommandReader(GERRIT_LS_PROJECTS)));
sshConnection.disconnect();
}
} catch (SshException ex) {
logger.warn("Could not connect to Gerrit server when updating Gerrit project list: ", ex);
} catch (IOException ex) {
logger.error("Could not read stream with Gerrit projects: ", ex);