Re: Publish over SSH plugin not transferring any files

2019-12-26 Thread Seshadri Reddy
Hello sir, Even i got the same error message, however my .war file is copied to tomcat sever from Ansible master. Regards, Seshadri Reddy On Wed, 25 Dec, 2019, 6:36 PM William Hetherington, wrote: > Which module are you using in your Ansible playbook task? > https://docs.ansible.com/ansible

Re: Publish over SSH plugin not transferring any files

2019-12-25 Thread William Hetherington
Which module are you using in your Ansible playbook task? https://docs.ansible.com/ansible/latest/modules/copy_module.html Is used for copying from local to remote. On Tue, Dec 24, 2019 at 21:15 Richard Bywater wrote: > Looks to me like the Ansible playbook is running on the remote server but >

Re: Publish over SSH plugin not transferring any files

2019-12-24 Thread Richard Bywater
Looks to me like the Ansible playbook is running on the remote server but there's nothing actually copying the files to the remote server so the playbook doesn't have anything to copy. However I've only have taken a quick peek so apologies if I've misread the situation. Richard. On Wed, 25 Dec 2

Re: Publish over SSH plugin not transferring any files

2019-12-24 Thread Slide
What does your file pattern look like and have you verified that the files exist that you want to transfer? On Tue, Dec 24, 2019, 08:14 Prabhu Varadhachari < prabhu.rudhvin2...@gmail.com> wrote: > > Hello , >> >> > I want transfer the file from Jenkins work space to remote server. Job is > done b

Re: Publish over SSH plugin not transferring any files

2019-12-24 Thread Prabhu Varadhachari
> Hello , > > I want transfer the file from Jenkins work space to remote server. Job is done but files are not transferred. Can you please help me to fix this issue. SNAPSHOT/server-1.0-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/Devops-project-2/pom.xml to com.example.maven-

Re: Publish over SSH plugin not transferring any files

2014-03-04 Thread Richard Bywater
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 wrote: > That did it! After adjusting that and some permissions changes it worked > like a charm. Thanks so mu

Re: Publish over SSH plugin not transferring any files

2014-03-04 Thread Patrick White
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

Re: Publish over SSH plugin not transferring any files

2014-03-04 Thread Richard Bywater
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 wrote: > I want to transfer files from my post build Jenkins workspace to a > location o

Publish over SSH plugin not transferring any files

2014-03-04 Thread Patrick White
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/workspac