|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Well, the problem is exactly that the order of the post-build actions is not respected by this plugin.
For example, say I have two post-build actions: archiving artifacts and a PostBuildScript action. Even if I put the PostBuildScript action BEFORE the artifact archival, when I run a build the PostBuildScript action is executed AFTER artifacts are archived. Plus it will move ITSELF to the end of the post-build actions.
In my case this is important because my PostBuildScript action generates some artifacts that I want to archive, but currently this is impossible.
P.S. - Why do you call this an old plugin if the last release was less than two months ago? Is there a more recent alternative? I've found the 'Post build task' plugin, but it is less powerful.