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 <[email protected]> wrote: > 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 > Over SSH refuses to copy the build artifacts. > > > > *10:05:21* SSH: Current build result is [FAILURE], not going to run. > > > How can I force Publish Over SSH to work even if the build has been marked > a failure? > > Thanks > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/A7asd_IpSuU/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/5ceddb69-e8ff-4b37-8821-ee41bf5515aa%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/5ceddb69-e8ff-4b37-8821-ee41bf5515aa%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO94mS3RGwks8bYYNELntsaOBPuD4n9OXi%2BRe-%3DuU3Gwcw8Bdw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
