|
||||||||
|
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/d/optout.

Archiving for 16MB artifacts took unmesurable small amount of time when built on master (29ms reported.) Built over slave, it took 13sec (scp took 7secs to copy.)
I didn't realize but starting Maven plugin 2.0, artifact archiving is queued up until the end of the module, and copy is done between master and slave, not between master and Maven, which I think helps considerably.