RG> By default, Jenkins copies no files from the slave to the master except the build log. You need to explicitly move files via Archive, Publish, Copy, etc
Where is file copying/moving from slave to master setup? In the job configuration? - I only have a git clone, some string parameters and a "execute shell" step in my job configuration. The "execute shell" step does not copy data to master. - I save all output to /srv/share/jenkins/jobs/<job_name>/builds/<build_id>/ (directory I chose) in the "execute shell" step in the slave - output shows up in /opt/jenkins/jobs/<job_name>/builds/<build_id>/ in master Using version 1.606 -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/64365a25-e120-4a5a-9a6c-bf9dcdc29f42%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
