-
Task
-
Resolution: Unresolved
-
Minor
-
None
I am trying to push a index.html file from my jenkins server to ansible server.
The command I have setup is rsync -avh /var/lib/jenkins/workspace/DevOpsProject1/.html root@172.31.37.69 /opt/index.html .*
But the HTML is not transferring to the Ansible server and throwing the below exception
ERROR: Exception when publishing, exception message [Exec exit status not zero. Status [23]]
Build step 'Send files or execute commands over SSH' changed build result to UNSTABLE