Re: Copy files from slave post-build step failing to run when a build step fails?

2012-08-05 Thread Sami Tikka
Yes, it is specific to that plugin. It is conventional for post-build actions to run only if build is successful but some plugins that bring new post-build actions allow you to configure the actions to run for failed builds too. For example the Parameterized Trigger plugin is such. You could

Re: Copy files from slave post-build step failing to run when a build step fails?

2012-08-05 Thread Tony Spataro
Thank you for the information. It seems that in my case (Jenkins 1.475), the Archive the Artifacts step only runs on successful builds, so I'm out of luck there. For the time being I will use a hack (scp files to master!) and I'll look into modifying the copy-to-slave plugin, since it seems

Copy files from slave post-build step failing to run when a build step fails?

2012-08-04 Thread Tony Spataro
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 *