Hi,

On 18.04.19 14:38, Steve B wrote:

> I am fairly new to Jenkins.  We have used it on-prem for some builds.
> Development has started using Jenkins in the cloud for new features and
> I was wondering if I can have the Jenkins Master that is in the Cloud
> send jobs to my On-Prem slaves?

In theory, yes.

In practice, the artifact plugin does not like slow links at all: each
file requires a full round trip, so if you have lots of small files, the
latency of the link becomes a problem, and if you have big files, the
keepalive probes inside the agent protocol become queued behind
transfers, which might make the agent connection appear broken.

Also, any hiccup in the connection will fail running builds.

   Simon

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b712d399-a4c0-d637-757f-e4267f74c7de%40hogyros.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to