Lukáš Valach created JBIDE-25811:
------------------------------------
Summary: Create cron job which reconnect drive with jboss-nexus-public-jboss
repository
Key: JBIDE-25811
URL:
https://issues.jboss.org/browse/JBIDE-25811
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: integration-platform
Affects Versions: 4.5.3.AM3
Reporter: Lukáš Valach
Assignee: Lukáš Valach
Fix For: 4.5.3.AM3
There is network drive mounted to the Nexus where the "jboss-nexus-public-jboss"
repository is stored. Time to time drive is disconnected and repository becomes
unavailable. Then Jenkins jobs are failing until somebody reconnect the drive. It will be
fine to have this process automated.
We need something like this:
{code}
if /dev/vdb is not mounted on /home/hudson/repo then
sudo mount /dev/vdb /home/hudson/repo
service nexus restart
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)