As far as I can tell, Jenkins slaves cannot handle connectivity blips. I think that it assumes LAN connectivity. Maybe you can ask your network admin and see if there’s a way to keep those connections up, or at least make it look like they are.
Failing that, can you put a second Jenkins server on the remote site?
--Rob
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/2WRu8rhoNuI/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
Haven’t tried this, but I dug this plugin up:
https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin
It was originally built so that you could have a Jenkins instance outside a firewall report on builds for a second instance inside a firewall, giving the world read-only access to your builds. Thus, they talk about “private Jenkins” (the host doing the builds) and “public Jenkins” (the host publishing the result). Your setup would involve setting up your remote site as the “private Jenkins”, and the one you already have set up would be the “public Jenkins”. This way, users would still only have to look at the local server.
--Rob