I'm running Jenkins with several slave nodes and I need to copy some build outputs back to the master for use with the "Publish files" post-build step.
I've noticed that when one of the build steps fails, the "copy files to master" post-build step does not seem to run. This contradicts what I * thought* I understood about post-build actions -- that they should run even if one of the build steps fails. Has anyone else encountered this problem? Perhaps it's something specific to the copy-to-slave plugin, in which case this is probably the wrong list to be asking .. just thought I'd check on the more general behavior of Jenkins before I go digging into plugin sources.