Re: Publish Over SSH after build failure

2015-07-14 Thread Barry Laffoy
Thanks for your response. Do you know if this configuration option is available in Jenkins Job Builder ? I have otherwise implemented the publishing step by shelling out to rsync. On Tue, Jul 14, 2015 at 3:11 PM, Bap wrote: > Quoting Barry La

Re: Publish Over SSH after build failure

2015-07-14 Thread Bap
Quoting Barry Laffoy : How can I force Publish Over SSH to work even if the build has been marked a failure? Use "Send files or execute commands over SSH after the build runs" in configuration section "Build environment" -- You received this message because you are subscribed to the Google

Re: Publish Over SSH after build failure

2015-07-13 Thread Barry Laffoy
I tried wrapping the Publish Over SSH post-build step with a Flexible-Publish conditional action set to always, but the same outcome results. I think that I may have to use scp from bash scripts to do my publishing, if Jenkins refuses to cooperate. On Mon, 13 Jul 2015 at 11:31 Barry Laffoy wrote

Publish Over SSH after build failure

2015-07-13 Thread Barry Laffoy
Hi I'd like to publish build artifacts from testing and linting jobs (XMLs, JSON) to an external server over SSH. To do this, I'm using the Publish Over SSH plugin. I have a problem though, in that if there are any testing or linting errors the build is marked as a failure. After this, Publish