[
https://issues.jboss.org/browse/JBIDE-25811?page=com.atlassian.jira.plugi...
]
Lukáš Valach commented on JBIDE-25811:
--------------------------------------
The process of snapshot creating failed and nexus instance has been broken (I can't
start it). So I will automate process of building nexus instance and create new instance
from scratch (see JBIDE-25821).
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)