HI,
I'm using the Jenkins Send over SSH plugin to copy project files (wordpress) from my aws server to a remote server.
The settings I'm using are,
source files : web_build/**/*
remove prefix: web_build
remote directory:
exec command:
In the configuration of the SSH Server, I'm specifying the remote directory as,
/home/online/public_html
The files are getting copied for a long time and in the end returns an error:
SSH: cd [wp-content/plugins/mailchimp-for-wp/integrations]
SSH: Disconnecting configuration [onl...@162.222.225.153] ...
ERROR: Exception when publishing, exception message [Exception when changing to directory [wp-content/plugins/mailchimp-for-wp/integrations]. Message []]
Build step 'Send files or execute commands over SSH' changed build result to UNSTABLE
Finished: UNSTABLE
I connect to the server using SSH keys.
Pls could someone help me with this?
Thanks