Re: Publish over ssh error

2018-04-19 Thread Slide
It looks like you are using commands in the exec area of the publish-over-ssh plugin. If the status of those commands is non-zero (the normal success exit code on *NIX systems), then the exec will cause the build to change to unstable. You just need to make sure the exit code for the commands is ze

Publish over ssh error

2018-04-19 Thread Chris McCallan
I'm running an ansible playbook with jenkins using the Publish Over SSH Plugin. The jenkins jobs pulls the source code down from a bitbucket repository, transfers the files over to the remote server and runs the playbook. Some of the tasks in the playbook will fail, which is fine as the playboo