On 01/15/2015 01:45 PM, Nigel Robbins wrote:
> Does anyone know the underlying tool/protocol (e.g. sftp) that is used
> to copy artifacts between jobs/nodes ?
As with all communications between Jenkins nodes, the internal TCP
remoting mechanism is most likely used:
https://github.com/jenkinsci/remoting
Slaves are usually connected via SSH so, in that respect, file transfers
should be secure. In the case of JNLP connections, I'm not sure.
Regards,
Chris