Hi, This question seems to belong rather to the Jenkins User group.
Not sure what exactly your use case is, but if you want to copy source code files from a remote file system, you could just do a plain file copy in a Windows batch build step or Unix command line build step. Another solution could be to install a Jenkins slave on the remote system and run your build directly on the slave. In this case you would not need to care about the "copying process". The File System SCM (https://wiki.jenkins-ci.org/display/JENKINS/File+System+SCM) could also help. Regards, Fred On Thursday, March 21, 2013 8:04:05 AM UTC+1, mave2013 wrote: > > Hi I am a newbie at Jenkins. > > Is there a way Jenkins can pull code from a file system on a remote > machine? I need to do this while for interim while our clearcase issues > are resolved. > > > Thanks in advance > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
