No problem. If I recall I think the code might deliberately ignore absolute file sets like that (as a security measure no doubt)
Richard. On Wed, Mar 5, 2014 at 10:57 AM, Patrick White <[email protected]>wrote: > That did it! After adjusting that and some permissions changes it worked > like a charm. Thanks so much for the help!! > > Patrick > > > On Tuesday, March 4, 2014 4:44:12 PM UTC-5, Richard Bywater wrote: > >> Quick thought - trying changing transfer set to "**/*" (i.e. drop >> directory off) as the transfer should be relative to the workspace root >> anyway IIRC. >> >> Richard. >> >> >> On Wed, Mar 5, 2014 at 10:39 AM, Patrick White <[email protected]>wrote: >> >>> I want to transfer files from my post build Jenkins workspace to a >>> location on a remote server. Build goes smoothly for all steps in the job >>> but always transfers 0 files. >>> >>> This is the console output: >>> >>> >>> Started by user Patrick >>> Building in workspace /var/lib/jenkins/jobs/20eyes Build/workspace >>> Fetching changes from the remote Git repository >>> Fetching upstream changes from https://github.com/project/project.git >>> using .gitcredentials to set credentials >>> Checking out Revision a758e0f8e534271b999a2fc8696b6fd5a3d5e500 >>> (origin/master) >>> executing script: >>> >>> cd /var/www/20eyes-web >>> [SSH] exit-status: 0 >>> SSH: Connecting from host [dev1.remotehost] >>> SSH: Connecting with configuration [dev2.remotehost] ... >>> SSH: Disconnecting configuration [dev2.remotehost] ... >>> SSH: Transferred 0 file(s) >>> Build step 'Send files or execute commands over SSH' changed build >>> result to SUCCESS >>> Finished: SUCCESS >>> >>> >>> The job is configured to build after any commit is pushed to GitHub >>> >>> The transfer set is: Source Files: >>> >>> /var/lib/jenkins/jobs/20eyes Build/workspace/**/* >>> >>> Remove prefix: >>> >>> /var/lib/jenkins/jobs/20eyes Build/workspace >>> >>> Please Help!! >>> >>> Patrick >>> >>> -- >>> 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]. >>> >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
